Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h241 UnwindLocation CFAValue; ///< How to unwind the Call Frame Address (CFA). variable
245 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()
269 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue()
270 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp174 CFAValue.dump(OS, MRI, IsEH); in dump()