Searched defs:sectionMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h55 const SectionMap& sectionMap() const { return m_SectionMap; } function in class:mcld::LinkerScript
56 SectionMap& sectionMap() { return m_SectionMap; } function in class:mcld::LinkerScript
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1844 outBegin = ldscript.sectionMap().begin();
1845 outEnd = ldscript.sectionMap().end();
2184 outBegin = script.sectionMap().begin();
2185 outEnd = script.sectionMap().end();
2221 outBegin = script.sectionMap().begin();
2222 outEnd = script.sectionMap().end();
2395 SectionMap& sectionMap = pModule.getScript().sectionMap(); local
2456 outBegin = sectionMap.begin();
2457 outEnd = sectionMap
2546 SectionMap& sectionMap = pModule.getScript().sectionMap(); local
[all...]

Completed in 252 milliseconds