Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp574 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()
589 Row.getRegisterLocations().setRegisterLocation( in parseRows()
636 Row.getRegisterLocations().setRegisterLocation( in parseRows()
646 Row.getRegisterLocations().setRegisterLocation( in parseRows()
666 Row.getRegisterLocations().setRegisterLocation( in parseRows()
675 Row.getRegisterLocations().setRegisterLocation( in parseRows()
690 Row.getRegisterLocations().setRegisterLocation( in parseRows()
703 Row.getRegisterLocations().setRegisterLocation( in parseRows()
712 Row.getRegisterLocations().setRegisterLocation( in parseRows()
721 Row.getRegisterLocations().setRegisterLocation( in parseRows()
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp110 void setRegisterLocation(uint64_t reg, RegisterSavedWhere newLocation, in setRegisterLocation() function
505 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions()
519 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h200 void setRegisterLocation(uint32_t RegNum, const UnwindLocation &Location) { in setRegisterLocation() function