Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h259 UnwindLocation CFAValue; ///< How to unwind the Call Frame Address (CFA). variable
263 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()
287 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue()
288 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp178 CFAValue.dump(OS, DumpOpts); in dump()