Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp410 Locs.removeRegisterLocation(12); in TEST()
442 Locs.removeRegisterLocation(13); in TEST()
446 Locs.removeRegisterLocation(14); in TEST()
450 Locs.removeRegisterLocation(12); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h210 void removeRegisterLocation(uint32_t RegNum) { Locations.erase(RegNum); } in removeRegisterLocation() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp577 Row.getRegisterLocations().removeRegisterLocation(*RegNum); in parseRows()