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

/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp216 pEhFrame.getCIEMap().insert(std::make_pair(pToken.file_off, cie));
329 pEhFrame.getCIEMap().insert(std::make_pair(pToken.file_off, cie));
344 EhFrame::CIEMap::iterator iter = pEhFrame.getCIEMap().find(cie_offset);
345 if (iter == pEhFrame.getCIEMap().end())
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h208 const CIEMap& getCIEMap() const { return m_FoundCIEs; } function in class:mcld::EhFrame
209 CIEMap& getCIEMap() { return m_FoundCIEs; } function in class:mcld::EhFrame

Completed in 553 milliseconds