Searched refs:getCIEMap (Results 1 – 2 of 2) sorted by relevance
216 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()
208 const CIEMap& getCIEMap() const { return m_FoundCIEs; } in getCIEMap() function209 CIEMap& getCIEMap() { return m_FoundCIEs; } in getCIEMap() function