Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp217 const RegisterLocations InitialLocs = Row.getRegisterLocations(); in create()
222 if (Row.getRegisterLocations().hasLocations() || in create()
239 if (Row.getRegisterLocations().hasLocations() || in create()
557 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()
559 Row.getRegisterLocations().removeRegisterLocation(*RegNum); in parseRows()
572 Row.getRegisterLocations().setRegisterLocation( in parseRows()
581 RegisterStates.push_back(Row.getRegisterLocations()); in parseRows()
589 Row.getRegisterLocations() = RegisterStates.back(); in parseRows()
605 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()
619 Row.getRegisterLocations().setRegisterLocation( in parseRows()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h271 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations() function
272 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations() function