Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DModule.h106 const SectionTable& getSectionTable() const { return m_SectionTable; } in getSectionTable() function
107 SectionTable& getSectionTable() { return m_SectionTable; } in getSectionTable() function
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp49 m_Module.getSectionTable().push_back(output_sect); in CreateSection()
75 m_Module.getSectionTable().push_back(target); in MergeSection()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp314 const LDSection* ld_sect = pModule.getSectionTable().at(sectIdx); in emitSectionHeader()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2450 pModule.getSectionTable().clear(); in layout()
2459 pModule.getSectionTable().push_back((*out)->getSection()); in layout()
2528 pModule.getSectionTable().push_back(output_sect); in preLayout()