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

/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h60 const SectionMap& sectionMap() const { return m_SectionMap; } function in class:mcld::LinkerScript
61 SectionMap& sectionMap() { return m_SectionMap; } function in class:mcld::LinkerScript
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1757 outBegin = ldscript.sectionMap().begin();
1758 outEnd = ldscript.sectionMap().end();
2080 outBegin = script.sectionMap().begin();
2081 outEnd = script.sectionMap().end();
2116 outBegin = script.sectionMap().begin();
2117 outEnd = script.sectionMap().end();
2297 SectionMap& sectionMap = pModule.getScript().sectionMap(); local
2359 outBegin = sectionMap.begin();
2360 outEnd = sectionMap
2449 SectionMap& sectionMap = pModule.getScript().sectionMap(); local
[all...]

Completed in 889 milliseconds