Searched defs:CIE (Results 1 – 10 of 10) sorted by relevance
/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
|
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/ |
H A D | EHFrameSupportTests.cpp | 208 auto &CIE = CFIBI.getCIEEdge()->getTarget().getBlock(); TEST() local [all...] |
/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
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 91 AnyCall(const CXXInheritedCtorInitExpr *CIE) in AnyCall() argument
|
/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 [all...] |
/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, CIE() function [all...] |
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 483 CoroIdElider CIE(CII, FEI, AA, DT, ORE); in run() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 586 const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(E); handleConstructor() local
|
H A D | CallEvent.cpp | 1450 else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(CallSite)) getCaller() local
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryFunction.cpp | 2483 const BinaryFunction::CFIInstrMapType &CIE; global() member [all...] |