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 21 m_pSectionData = IRBuilder::CreateSectionData(pSection);
GOT.cpp 25 m_SectionData = IRBuilder::CreateSectionData(pSection);
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 166 SectionData* sd = IRBuilder::CreateSectionData(**section);
175 SectionData* sd = IRBuilder::CreateSectionData(**section);
207 SectionData* sd = IRBuilder::CreateSectionData(**section);
217 SectionData* sd = IRBuilder::CreateSectionData(**section);
245 SectionData* sd = IRBuilder::CreateSectionData(**section);
ELFBinaryReader.cpp 53 SectionData* data = m_Builder.CreateSectionData(*data_sect);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 440 IRBuilder::CreateSectionData(*m_pscommon_1);
448 IRBuilder::CreateSectionData(*m_pscommon_2);
456 IRBuilder::CreateSectionData(*m_pscommon_4);
464 IRBuilder::CreateSectionData(*m_pscommon_8);
471 IRBuilder::CreateSectionData(*m_pstart);
700 sd = IRBuilder::CreateSectionData(*m_psdata);
768 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
774 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
    [all...]
HexagonRelocator.cpp 424 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 372 SectionData* text_data = builder.CreateSectionData(*text);
414 SectionData* attr_data = builder.CreateSectionData(*attr);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 228 /// CreateSectionData - To create a section data for given pSection.
235 static SectionData* CreateSectionData(LDSection& pSection);
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 103 IRBuilder::CreateSectionData(*target);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 603 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
609 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
    [all...]
MipsRelocator.cpp 495 : IRBuilder::CreateSectionData(*bssSectHdr);
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 283 /// CreateSectionData - To create a section data for given pSection.
284 SectionData* IRBuilder::CreateSectionData(LDSection& pSection) {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 121 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 504 SectionData* sectData = IRBuilder::CreateSectionData(*m_pEXIDX);
    [all...]
ARMRelocator.cpp 352 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr);
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 219 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
    [all...]

Completed in 93 milliseconds