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

/frameworks/compile/mclinker/include/mcld/
H A DModule.h107 const SectionTable& getSectionTable() const { return m_SectionTable; } function in class:mcld::Module
108 SectionTable& getSectionTable() { return m_SectionTable; } function in class:mcld::Module
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp50 m_Module.getSectionTable().push_back(output_sect);
78 m_Module.getSectionTable().push_back(target);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp322 const LDSection *ld_sect = pModule.getSectionTable().at(sectIdx);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2547 pModule.getSectionTable().clear();
2555 pModule.getSectionTable().push_back((*out)->getSection());
2631 pModule.getSectionTable().push_back(output_sect);

Completed in 111 milliseconds