Searched refs:getRegisterLocations (Results 1 – 5 of 5) sorted by relevance
146 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()148 Row.getRegisterLocations().removeRegisterLocation(*RegNum); in parseRows()161 Row.getRegisterLocations().setRegisterLocation( in parseRows()171 std::make_pair(Row.getCFAValue(), Row.getRegisterLocations())); in parseRows()180 Row.getRegisterLocations() = States.back().second; in parseRows()196 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()202 Row.getRegisterLocations().setRegisterLocation( in parseRows()212 Row.getRegisterLocations().setRegisterLocation( in parseRows()222 Row.getRegisterLocations().setRegisterLocation( in parseRows()240 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()[all …]
162 if (Row.getRegisterLocations().hasLocations()) { in printUnwindRow()164 printRegisterLocations(Row.getRegisterLocations(), OS, DumpOpts); in printUnwindRow()
55 const RegisterLocations InitialLocs = Row.getRegisterLocations(); in createUnwindTable()66 if (Row.getRegisterLocations().hasLocations() || in createUnwindTable()83 if (Row.getRegisterLocations().hasLocations() || in createUnwindTable()
58 auto MaybeLoc = UnwindRow.getRegisterLocations().getRegisterLocation(Reg); in getUnwindRuleRegSet()175 auto MaybePrevLoc = PrevRow.getRegisterLocations().getRegisterLocation(Reg); in checkRegDiff()176 auto MaybeNextLoc = NextRow.getRegisterLocations().getRegisterLocation(Reg); in checkRegDiff()
265 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations() function266 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations() function