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

/frameworks/compile/mclinker/lib/Target/
H A DPLT.cpp23 m_SectionData = IRBuilder::CreateSectionData(pSection);
H A DGOT.cpp26 m_SectionData = IRBuilder::CreateSectionData(pSection);
H A DGNULDBackend.cpp1577 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
1583 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp158 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);
H A DELFBinaryReader.cpp59 SectionData* data = m_Builder.CreateSectionData(*data_sect);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp464 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);
H A DHexagonRelocator.cpp251 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp147 mcld::SectionData* data = mBuilder->CreateSectionData(*sect);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp292 bss_sect_data = IRBuilder::CreateSectionData(bss_sect);
298 tbss_sect_data = IRBuilder::CreateSectionData(tbss_sect);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp376 SectionData* text_data = builder.CreateSectionData(*text);
414 SectionData* attr_data = builder.CreateSectionData(*attr);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h256 /// CreateSectionData - To create a section data for given pSection.
263 static SectionData* CreateSectionData(LDSection& pSection);
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp90 data = IRBuilder::CreateSectionData(*target);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp412 SectionData* sd = IRBuilder::CreateSectionData(*m_pAttributes);
H A DARMRelocator.cpp111 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp323 /// CreateSectionData - To create a section data for given pSection.
324 SectionData* IRBuilder::CreateSectionData(LDSection& pSection) function in class:IRBuilder
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp120 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);

Completed in 170 milliseconds