Searched refs:CachedCIEs (Results 1 – 1 of 1) sorted by relevance
6811 DenseMap<uint64_t, DecodedCIE> CachedCIEs; in printMachOEHFrameSection() local6930 CachedCIEs[Offset] = { FDEPointerEncoding, LSDAPointerEncoding, in printMachOEHFrameSection()6945 auto CIEIt = CachedCIEs.find(CIEOffset); in printMachOEHFrameSection()6946 if (CIEIt == CachedCIEs.end()) in printMachOEHFrameSection()