Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp223 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()
240 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()
713 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) in parseRows()
714 Row.getCFAValue() = in parseRows()
717 Row.getCFAValue().setRegister(*RegNum); in parseRows()
726 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) { in parseRows()
732 Row.getCFAValue().setOffset(*Offset); in parseRows()
744 Row.getCFAValue() = in parseRows()
750 Row.getCFAValue() = in parseRows()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h269 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue() function
270 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue() function