Home
last modified time | relevance | path

Searched refs:setRegisterLocation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp146 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()
161 Row.getRegisterLocations().setRegisterLocation( in parseRows()
202 Row.getRegisterLocations().setRegisterLocation( in parseRows()
212 Row.getRegisterLocations().setRegisterLocation( in parseRows()
222 Row.getRegisterLocations().setRegisterLocation( in parseRows()
254 Row.getRegisterLocations().setRegisterLocation( in parseRows()
264 Row.getRegisterLocations().setRegisterLocation( in parseRows()
273 Row.getRegisterLocations().setRegisterLocation( in parseRows()
288 Row.getRegisterLocations().setRegisterLocation( in parseRows()
301 Row.getRegisterLocations().setRegisterLocation( in parseRows()
[all …]
/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp115 void setRegisterLocation(uint64_t reg, RegisterSavedWhere newLocation, in setRegisterLocation() function
524 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions()
538 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h195 void setRegisterLocation(uint32_t RegNum, const UnwindLocation &Location) { in setRegisterLocation() function