Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp357 DenseMap<uint32_t, CIE *> CIEs; in parse() local
463 CIEs[StartOffset] = Cie.get(); in parse()
471 CIE *Cie = CIEs[IsEH ? (StartStructureOffset - CIEPointer) : CIEPointer]; in parse()
/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/
DChangeLog3139 sections. Fix recognition of matching CIEs in .debug_frame sections.