Home
last modified time | relevance | path

Searched defs:Cie (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp205 const CIE *Cie = Fde->getLinkedCIE(); in create() local
234 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { in create()
1052 auto Cie = std::make_unique<CIE>( in parse() local
1159 auto Cie = std::make_unique<CIE>( in parse() local
1173 CIE *Cie = CIEs[IsEH ? (StartStructureOffset - CIEPointer) : CIEPointer]; in parse() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h632 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE()