Searched refs:m_SectMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionMap.h61 { return m_SectMap.empty(); }
64 { return m_SectMap.size(); }
67 { return m_SectMap.capacity(); }
71 { return m_SectMap.begin(); }
74 { return m_SectMap.end(); }
77 { return m_SectMap.begin(); }
80 { return m_SectMap.end(); }
97 SectionMappingTy m_SectMap; member in class:mcld::SectionMap
/frameworks/compile/mclinker/lib/LD/
H A DSectionMap.cpp50 for (it = m_SectMap.begin(); it != m_SectMap.end(); ++it) {
58 m_SectMap.push_back(mapping);
135 m_SectMap.push_back(mapping);

Completed in 36 milliseconds