Home
last modified time | relevance | path

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

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