Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h199 if (const dwarf::CIE *CIE = dyn_cast<dwarf::CIE>(&Entry)) { in printEHFrame() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1217 struct CIE { struct
1238 static CIE parseCIE(const InputSection *isec, const EhReader &reader, in parseCIE() argument
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp483 CoroIdElider CIE(CII, FEI, AA, DT, ORE); in run() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp586 const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(E); in handleConstructor() local
H A DCallEvent.cpp1450 else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(CallSite)) in getCaller() local