Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h235 UnwindLocation CFAValue; ///< How to unwind the Call Frame Address (CFA). variable
239 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()
263 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue()
264 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue()