Home
last modified time | relevance | path

Searched defs:CIE (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h87 struct CIE { struct
98 dw_offset_t inst_offset; // offset of CIE instructions in mCFIData argument
99 uint32_t inst_length; // length of CIE instructions in mCFIData argument
107 CIE(dw_offset_t offset) in CIE() argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h200 if (const dwarf::CIE *CIE = dyn_cast<dwarf::CIE>(&Entry)) { in printEHFrame() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DAnyCall.h91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1200 struct CIE { struct
1221 static CIE parseCIE(const InputSection *isec, const EhReader &reader, in parseCIE() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h313 class CIE; variable
571 CIE(bool IsDWARF64, uint64_t Offset, uint64_t Length, uint8_t Version, in CIE() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp578 const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(E); in handleConstructor() local
H A DCallEvent.cpp1415 else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(CallSite)) in getCaller() local