Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp577 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()
592 Row.getRegisterLocations().setRegisterLocation( in parseRows()
633 Row.getRegisterLocations().setRegisterLocation( in parseRows()
643 Row.getRegisterLocations().setRegisterLocation( in parseRows()
653 Row.getRegisterLocations().setRegisterLocation( in parseRows()
673 Row.getRegisterLocations().setRegisterLocation( in parseRows()
682 Row.getRegisterLocations().setRegisterLocation( in parseRows()
697 Row.getRegisterLocations().setRegisterLocation( in parseRows()
710 Row.getRegisterLocations().setRegisterLocation( in parseRows()
719 Row.getRegisterLocations().setRegisterLocation( in parseRows()
[all …]
/src/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()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h204 void setRegisterLocation(uint32_t RegNum, const UnwindLocation &Location) { in setRegisterLocation() function