Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp171 std::make_pair(Row.getCFAValue(), Row.getRegisterLocations())); in parseRows()
179 Row.getCFAValue() = States.back().first; in parseRows()
328 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) in parseRows()
329 Row.getCFAValue() = in parseRows()
332 Row.getCFAValue().setRegister(*RegNum); in parseRows()
341 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) { in parseRows()
347 Row.getCFAValue().setOffset(*Offset); in parseRows()
359 Row.getCFAValue() = in parseRows()
376 Row.getCFAValue() = UnwindLocation::createIsRegisterPlusOffset( in parseRows()
382 Row.getCFAValue() = in parseRows()
/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIState.cpp115 Directive.getOffset() - Row.getCFAValue().getOffset()); in convert()
122 Directive.getOffset() + Row.getCFAValue().getOffset()); in convert()
H A DDWARFCFIAnalysis.cpp48 auto CFALocation = UnwindRow.getCFAValue(); in getCFARegOffsetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h263 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue() function
264 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnwindTablePrinter.cpp161 printUnwindLocation(Row.getCFAValue(), OS, DumpOpts); in printUnwindRow()
H A DDWARFDebugFrame.cpp67 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in createUnwindTable()
84 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in createUnwindTable()