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

  /frameworks/compile/mclinker/lib/Target/
PLT.cpp 23 m_SectionData = IRBuilder::CreateSectionData(pSection);
GOT.cpp 26 m_SectionData = IRBuilder::CreateSectionData(pSection);
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 158 SectionData* sd = IRBuilder::CreateSectionData(**section);
164 SectionData* sd = IRBuilder::CreateSectionData(**section);
195 SectionData* sd = IRBuilder::CreateSectionData(**section);
205 SectionData* sd = IRBuilder::CreateSectionData(**section);
235 SectionData* sd = IRBuilder::CreateSectionData(**section);
ELFBinaryReader.cpp 59 SectionData* data = m_Builder.CreateSectionData(*data_sect);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 464 IRBuilder::CreateSectionData(*m_pscommon_1);
471 IRBuilder::CreateSectionData(*m_pscommon_2);
478 IRBuilder::CreateSectionData(*m_pscommon_4);
485 IRBuilder::CreateSectionData(*m_pscommon_8);
492 IRBuilder::CreateSectionData(*m_pstart);
694 sd = IRBuilder::CreateSectionData(*m_psdata);
764 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
770 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
    [all...]
HexagonRelocator.cpp 251 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 147 mcld::SectionData* data = mBuilder->CreateSectionData(*sect);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 292 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
298 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 376 SectionData* text_data = builder.CreateSectionData(*text);
414 SectionData* attr_data = builder.CreateSectionData(*attr);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 256 /// CreateSectionData - To create a section data for given pSection.
263 static SectionData* CreateSectionData(LDSection& pSection);
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 90 data = IRBuilder::CreateSectionData(*target);
  /art/compiler/
elf_writer_mclinker.cc 198 mcld::SectionData* text_sectiondata = ir_builder_->CreateSectionData(*text_section);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 412 SectionData* sd = IRBuilder::CreateSectionData(*m_pAttributes);
ARMRelocator.cpp 111 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr);
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 323 /// CreateSectionData - To create a section data for given pSection.
324 SectionData* IRBuilder::CreateSectionData(LDSection& pSection)
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 120 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
    [all...]

Completed in 421 milliseconds