Home
last modified time | relevance | path

Searched refs:CIEs (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/tools/dsymutil/X86/
Dframe-2.test8 # Check the handling of multiple different CIEs. To have CIEs that
Dframe-1.test7 # This test is meant to verify that identical CIEs will get reused
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp511 DenseMap<uint32_t, CIE *> CIEs; in parse() local
620 CIEs[StartOffset] = Cie.get(); in parse()
627 CIE *Cie = CIEs[IsEH ? (StartStructureOffset - CIEPointer) : CIEPointer]; in parse()
/external/elfutils/src/
DChangeLog2076 sections. Fix recognition of matching CIEs in .debug_frame sections.