Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp223 const RegisterLocations InitialLocs = Row.getRegisterLocations(); in create()
228 if (Row.getRegisterLocations().hasLocations() || in create()
245 if (Row.getRegisterLocations().hasLocations() || in create()
577 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()
579 Row.getRegisterLocations().removeRegisterLocation(*RegNum); in parseRows()
592 Row.getRegisterLocations().setRegisterLocation( in parseRows()
602 std::make_pair(Row.getCFAValue(), Row.getRegisterLocations())); in parseRows()
611 Row.getRegisterLocations() = States.back().second; in parseRows()
627 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()
641 Row.getRegisterLocations().setRegisterLocation( in parseRows()
[all …]
/openbsd-src/gnu/llvm/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