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

  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 62 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size);
ELFReader.cpp 62 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size);
587 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size);
    [all...]
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 279 /// CreateRegion - To create a region fragment in the input file.
289 static Fragment* CreateRegion(Input& pInput, size_t pOffset, size_t pLength);
291 /// CreateRegion - To create a region fragment wrapping the given memory.
300 static Fragment* CreateRegion(void* pMemory, size_t pLength);
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 382 Fragment* text_frag = builder.CreateRegion(text_content, 0x10);
425 Fragment* attr_frag = builder.CreateRegion(attr_content, 0x20);
  /art/compiler/
elf_writer_mclinker.cc 206 // TODO: why does IRBuilder::CreateRegion take a non-const pointer?
207 mcld::Fragment* text_fragment = ir_builder_->CreateRegion(const_cast<char*>(oat_data_start),
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 338 /// CreateRegion - To create a region fragment in the input file.
339 Fragment* IRBuilder::CreateRegion(Input& pInput, size_t pOffset, size_t pLength)
353 /// CreateRegion - To create a region fragment wrapping the given memory
354 Fragment* IRBuilder::CreateRegion(void* pMemory, size_t pLength)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 380 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size);

Completed in 214 milliseconds