Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/libunwind/src/
H A DDwarfParser.hpp113 void setRegisterLocation(uint64_t reg, RegisterSavedWhere newLocation, in setRegisterLocation() function
522 results->setRegisterLocation(reg, kRegisterUndefined, initialState); in parseFDEInstructions()
536 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h204 void setRegisterLocation(uint32_t RegNum, const UnwindLocation &Location) { in setRegisterLocation() function