Home
last modified time | relevance | path

Searched refs:CFAValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h257 UnwindLocation CFAValue; ///< How to unwind the Call Frame Address (CFA). variable
261 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()
285 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue()
286 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp179 CFAValue.dump(OS, MRI, IsEH); in dump()