Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp577 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()
592 Row.getRegisterLocations().setRegisterLocation( in parseRows()
641 Row.getRegisterLocations().setRegisterLocation( in parseRows()
651 Row.getRegisterLocations().setRegisterLocation( in parseRows()
671 Row.getRegisterLocations().setRegisterLocation( in parseRows()
680 Row.getRegisterLocations().setRegisterLocation( in parseRows()
695 Row.getRegisterLocations().setRegisterLocation( in parseRows()
708 Row.getRegisterLocations().setRegisterLocation( in parseRows()
717 Row.getRegisterLocations().setRegisterLocation( in parseRows()
726 Row.getRegisterLocations().setRegisterLocation( in parseRows()
/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp112 void setRegisterLocation(uint64_t reg, RegisterSavedWhere newLocation, in setRegisterLocation() function
521 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions()
535 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h204 void setRegisterLocation(uint32_t RegNum, const UnwindLocation &Location) { in setRegisterLocation() function