Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp146 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()
148 Row.getRegisterLocations().removeRegisterLocation(*RegNum); in parseRows()
161 Row.getRegisterLocations().setRegisterLocation( in parseRows()
171 std::make_pair(Row.getCFAValue(), Row.getRegisterLocations())); in parseRows()
180 Row.getRegisterLocations() = States.back().second; in parseRows()
196 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()
202 Row.getRegisterLocations().setRegisterLocation( in parseRows()
212 Row.getRegisterLocations().setRegisterLocation( in parseRows()
222 Row.getRegisterLocations().setRegisterLocation( in parseRows()
240 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnwindTablePrinter.cpp162 if (Row.getRegisterLocations().hasLocations()) { in printUnwindRow()
164 printRegisterLocations(Row.getRegisterLocations(), OS, DumpOpts); in printUnwindRow()
H A DDWARFDebugFrame.cpp55 const RegisterLocations InitialLocs = Row.getRegisterLocations(); in createUnwindTable()
66 if (Row.getRegisterLocations().hasLocations() || in createUnwindTable()
83 if (Row.getRegisterLocations().hasLocations() || in createUnwindTable()
/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIAnalysis.cpp58 auto MaybeLoc = UnwindRow.getRegisterLocations().getRegisterLocation(Reg); in getUnwindRuleRegSet()
175 auto MaybePrevLoc = PrevRow.getRegisterLocations().getRegisterLocation(Reg); in checkRegDiff()
176 auto MaybeNextLoc = NextRow.getRegisterLocations().getRegisterLocation(Reg); in checkRegDiff()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h265 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations() function
266 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations() function