Searched defs:CIE (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | DWARFCallFrameInfo.h | 87 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 D | DwarfCFIEHPrinter.h | 199 if (const dwarf::CIE *CIE = dyn_cast<dwarf::CIE>(&Entry)) { in printEHFrame() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 1217 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 D | DWARFDebugFrame.h | 313 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 D | CoroElide.cpp | 483 CoroIdElider CIE(CII, FEI, AA, DT, ORE); in run() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 586 const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(E); in handleConstructor() local
|
H A D | CallEvent.cpp | 1450 else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(CallSite)) in getCaller() local
|