Searched refs:CreateRegion (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp55 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size);
H A DELFReader.cpp59 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size);
559 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h272 /// CreateRegion - To create a region fragment in the input file.
282 static Fragment* CreateRegion(Input& pInput, size_t pOffset, size_t pLength);
284 /// CreateRegion - To create a region fragment wrapping the given memory.
293 static Fragment* CreateRegion(void* pMemory, size_t pLength);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp380 Fragment* text_frag = builder.CreateRegion(text_content, 0x10);
426 Fragment* attr_frag = builder.CreateRegion(attr_content, 0x20);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp335 /// CreateRegion - To create a region fragment in the input file.
336 Fragment* IRBuilder::CreateRegion(Input& pInput, function in class:mcld::IRBuilder
351 /// CreateRegion - To create a region fragment wrapping the given memory
352 Fragment* IRBuilder::CreateRegion(void* pMemory, size_t pLength) { function in class:mcld::IRBuilder
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp454 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size);

Completed in 245 milliseconds