Searched refs:CIEs (Results 1 – 7 of 7) sorted by relevance
8 # Check the handling of multiple different CIEs. To have CIEs that
7 # This test is meant to verify that identical CIEs will get reused
357 DenseMap<uint32_t, CIE *> CIEs; in parse() local463 CIEs[StartOffset] = Cie.get(); in parse()471 CIE *Cie = CIEs[IsEH ? (StartStructureOffset - CIEPointer) : CIEPointer]; in parse()
511 DenseMap<uint32_t, CIE *> CIEs; in parse() local620 CIEs[StartOffset] = Cie.get(); in parse()627 CIE *Cie = CIEs[IsEH ? (StartStructureOffset - CIEPointer) : CIEPointer]; in parse()
3139 sections. Fix recognition of matching CIEs in .debug_frame sections.