Searched refs:getRegisterLocation (Results 1 – 4 of 4) sorted by relevance
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()
145 InitialLocs->getRegisterLocation(*RegNum)) in parseRows()196 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()240 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()
121 auto Loc = *RL.getRegisterLocation(Reg); in printRegisterLocations()
176 std::optional<UnwindLocation> getRegisterLocation(uint32_t RegNum) const { in getRegisterLocation() function