Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp166 SectionData* sd = IRBuilder::CreateSectionData(**section); in readSections()
175 SectionData* sd = IRBuilder::CreateSectionData(**section); in readSections()
207 SectionData* sd = IRBuilder::CreateSectionData(**section); in readSections()
217 SectionData* sd = IRBuilder::CreateSectionData(**section); in readSections()
245 SectionData* sd = IRBuilder::CreateSectionData(**section); in readSections()
DELFBinaryReader.cpp53 SectionData* data = m_Builder.CreateSectionData(*data_sect); in readBinary()
/frameworks/compile/mclinker/lib/Target/
DPLT.cpp21 m_pSectionData = IRBuilder::CreateSectionData(pSection); in PLT()
DGOT.cpp25 m_SectionData = IRBuilder::CreateSectionData(pSection); in GOT()
DGNULDBackend.cpp1525 bss_sect_data = IRBuilder::CreateSectionData(bss_sect); in allocateCommonSymbols()
1531 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp440 IRBuilder::CreateSectionData(*m_pscommon_1); in initTargetSections()
448 IRBuilder::CreateSectionData(*m_pscommon_2); in initTargetSections()
456 IRBuilder::CreateSectionData(*m_pscommon_4); in initTargetSections()
464 IRBuilder::CreateSectionData(*m_pscommon_8); in initTargetSections()
471 IRBuilder::CreateSectionData(*m_pstart); in initTargetSections()
700 sd = IRBuilder::CreateSectionData(*m_psdata); in mergeSection()
768 bss_sect_data = IRBuilder::CreateSectionData(bss_sect); in allocateCommonSymbols()
774 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect); in allocateCommonSymbols()
DHexagonRelocator.cpp424 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp372 SectionData* text_data = builder.CreateSectionData(*text); in TEST_F()
414 SectionData* attr_data = builder.CreateSectionData(*attr); in TEST_F()
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp103 IRBuilder::CreateSectionData(*target); in MergeSection()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h235 static SectionData* CreateSectionData(LDSection& pSection);
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp603 bss_sect_data = IRBuilder::CreateSectionData(bss_sect); in allocateCommonSymbols()
609 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect); in allocateCommonSymbols()
1196 sd = IRBuilder::CreateSectionData(*m_psdata); in mergeSection()
DMipsRelocator.cpp495 : IRBuilder::CreateSectionData(*bssSectHdr); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp121 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp284 SectionData* IRBuilder::CreateSectionData(LDSection& pSection) { in CreateSectionData() function in mcld::IRBuilder
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp504 SectionData* sectData = IRBuilder::CreateSectionData(*m_pEXIDX); in mergeSection()
DARMRelocator.cpp352 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp219 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr); in defineSymbolforCopyReloc()