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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.h88 typedef std::map<LDSection*, std::unique_ptr<ARMExSectionTuple> > SectMap; typedef in class:mcld::ARMInputExMap
89 typedef SectMap::iterator iterator;
90 typedef SectMap::const_iterator const_iterator;
100 SectMap::const_iterator it = m_SectToExData.find(&pSect);
133 SectMap m_SectToExData;

Completed in 115 milliseconds