Home
last modified time | relevance | path

Searched refs:getSectionTable (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DModule.h117 const SectionTable& getSectionTable() const { return m_SectionTable; } in getSectionTable() function
118 SectionTable& getSectionTable() { return m_SectionTable; } in getSectionTable() function
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp47 m_Module.getSectionTable().push_back(output_sect); in CreateSection()
65 m_Module.getSectionTable().push_back(target); in MergeSection()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2149 pModule.getSectionTable().clear(); in layout()
2152 pModule.getSectionTable().push_back(output_list[index].first); in layout()
2205 pModule.getSectionTable().push_back(output_sect); in preLayout()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp308 const LDSection *ld_sect = pModule.getSectionTable().at(sectIdx); in emitSectionHeader()