HomeSort by relevance Sort by last modified time
    Searched refs:CreateRegion (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 55 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size);
ELFReader.cpp 59 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size);
559 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size);
    [all...]
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 272 /// 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/
LinkerTest.cpp 380 Fragment* text_frag = builder.CreateRegion(text_content, 0x10);
426 Fragment* attr_frag = builder.CreateRegion(attr_content, 0x20);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 335 /// CreateRegion - To create a region fragment in the input file.
336 Fragment* IRBuilder::CreateRegion(Input& pInput,
351 /// CreateRegion - To create a region fragment wrapping the given memory
352 Fragment* IRBuilder::CreateRegion(void* pMemory, size_t pLength) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 454 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size);
    [all...]

Completed in 80 milliseconds