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

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

Completed in 6880 milliseconds