Home
last modified time | relevance | path

Searched refs:getRegisterLocations (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp228 if (Row.getRegisterLocations().hasLocations() || in create()
245 if (Row.getRegisterLocations().hasLocations() || in create()
592 Row.getRegisterLocations().setRegisterLocation( in parseRows()
611 Row.getRegisterLocations() = States.back().second; in parseRows()
641 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()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h289 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations() function
290 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations() function