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

/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp21 m_pSectionData = IRBuilder::CreateSectionData(pSection);
H A DGOT.cpp25 m_SectionData = IRBuilder::CreateSectionData(pSection);
H A DGNULDBackend.cpp1525 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
1531 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp166 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);
H A DELFBinaryReader.cpp53 SectionData* data = m_Builder.CreateSectionData(*data_sect);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp440 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);
H A DHexagonRelocator.cpp424 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp372 SectionData* text_data = builder.CreateSectionData(*text);
414 SectionData* attr_data = builder.CreateSectionData(*attr);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h228 /// CreateSectionData - To create a section data for given pSection.
235 static SectionData* CreateSectionData(LDSection& pSection);
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp103 IRBuilder::CreateSectionData(*target);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp603 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
609 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
1196 sd = IRBuilder::CreateSectionData(*m_psdata);
H A DMipsRelocator.cpp495 : IRBuilder::CreateSectionData(*bssSectHdr);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp283 /// CreateSectionData - To create a section data for given pSection.
284 SectionData* IRBuilder::CreateSectionData(LDSection& pSection) { function in class:mcld::IRBuilder
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp121 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp504 SectionData* sectData = IRBuilder::CreateSectionData(*m_pEXIDX);
H A DARMRelocator.cpp352 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp219 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);

Completed in 978 milliseconds