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

/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h45 typedef std::vector<NamePair> NamePairList; typedef in class:mcld::SectionMap
46 typedef NamePairList::iterator iterator;
47 typedef NamePairList::const_iterator const_iterator;
84 NamePairList m_NamePairList;
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp54 NamePairList::const_iterator name_hash, nEnd = m_NamePairList.end();
66 NamePairList::iterator name_hash, nEnd = m_NamePairList.end();

Completed in 251 milliseconds