Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp815 VerifyLocs.setRegisterLocation( in TEST()
1010 VerifyLocs.setRegisterLocation( in TEST()
1012 VerifyLocs.setRegisterLocation( in TEST()
1014 VerifyLocs.setRegisterLocation( in TEST()
1064 VerifyLocs.setRegisterLocation( in TEST()
1066 VerifyLocs.setRegisterLocation( in TEST()
1111 VerifyLocs.setRegisterLocation( in TEST()
1343 VerifyLocs.setRegisterLocation( in TEST()
1395 VerifyLocs.setRegisterLocation( in TEST()
1447 VerifyLocs.setRegisterLocation( in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp575 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()
590 Row.getRegisterLocations().setRegisterLocation( in parseRows()
637 Row.getRegisterLocations().setRegisterLocation( in parseRows()
647 Row.getRegisterLocations().setRegisterLocation( in parseRows()
667 Row.getRegisterLocations().setRegisterLocation( in parseRows()
676 Row.getRegisterLocations().setRegisterLocation( in parseRows()
691 Row.getRegisterLocations().setRegisterLocation( in parseRows()
704 Row.getRegisterLocations().setRegisterLocation( in parseRows()
713 Row.getRegisterLocations().setRegisterLocation( in parseRows()
722 Row.getRegisterLocations().setRegisterLocation( in parseRows()
/llvm-project-15.0.7/libunwind/src/
H A DDwarfParser.hpp112 void setRegisterLocation(uint64_t reg, RegisterSavedWhere newLocation, in setRegisterLocation() function
517 results->setRegisterLocation(reg, kRegisterUndefined, initialState); in parseFDEInstructions()
531 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h202 void setRegisterLocation(uint32_t RegNum, const UnwindLocation &Location) { in setRegisterLocation() function