Searched refs:CreateSectionData (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp23 m_pSectionData = IRBuilder::CreateSectionData(pSection);
H A DGOT.cpp26 m_SectionData = IRBuilder::CreateSectionData(pSection);
H A DGNULDBackend.cpp1588 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
1594 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp168 SectionData* sd = IRBuilder::CreateSectionData(**section);
177 SectionData* sd = IRBuilder::CreateSectionData(**section);
209 SectionData* sd = IRBuilder::CreateSectionData(**section);
219 SectionData* sd = IRBuilder::CreateSectionData(**section);
248 SectionData* sd = IRBuilder::CreateSectionData(**section);
H A DELFBinaryReader.cpp60 SectionData* data = m_Builder.CreateSectionData(*data_sect);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp472 IRBuilder::CreateSectionData(*m_pscommon_1);
479 IRBuilder::CreateSectionData(*m_pscommon_2);
486 IRBuilder::CreateSectionData(*m_pscommon_4);
493 IRBuilder::CreateSectionData(*m_pscommon_8);
500 IRBuilder::CreateSectionData(*m_pstart);
708 sd = IRBuilder::CreateSectionData(*m_psdata);
778 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
784 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
H A DHexagonRelocator.cpp414 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp377 SectionData* text_data = builder.CreateSectionData(*text);
415 SectionData* attr_data = builder.CreateSectionData(*attr);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h242 /// CreateSectionData - To create a section data for given pSection.
249 static SectionData* CreateSectionData(LDSection& pSection);
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp95 IRBuilder::CreateSectionData(*target);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp536 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
542 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
H A DMipsRelocator.cpp510 : IRBuilder::CreateSectionData(*bssSectHdr);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp125 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp292 /// CreateSectionData - To create a section data for given pSection.
293 SectionData* IRBuilder::CreateSectionData(LDSection& pSection) function in class:IRBuilder
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp403 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp242 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);

Completed in 366 milliseconds