Home
last modified time | relevance | path

Searched defs:CFA (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h58 enum FrameBaseKind { Register, CFA, WasmFrameBase } Kind; enumerator
/external/llvm-project/clang/include/clang/Analysis/
DAnalysisDeclContext.h88 std::unique_ptr<CFGReverseBlockReachabilityAnalysis> CFA; variable
/external/clang/include/clang/Analysis/
DAnalysisContext.h82 std::unique_ptr<CFGReverseBlockReachabilityAnalysis> CFA; variable
/external/google-breakpad/src/processor/
Dcfi_frame_info_unittest.cc357 TEST_F(Parser, CFA) { in TEST_F() argument
/external/llvm-project/lldb/unittests/UnwindAssembly/x86/
DTestx86AssemblyInspectionEngine.cpp135 const UnwindPlan::Row::FAValue &CFA) { in operator <<()