Searched refs:CIEs (Results 1 – 4 of 4) 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
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()
2076 sections. Fix recognition of matching CIEs in .debug_frame sections.