Searched refs:hasLocations (Results 1 – 3 of 3) sorted by relevance
66 if (Row.getRegisterLocations().hasLocations() || in createUnwindTable()83 if (Row.getRegisterLocations().hasLocations() || in createUnwindTable()
162 if (Row.getRegisterLocations().hasLocations()) { in printUnwindRow()
206 bool hasLocations() const { return !Locations.empty(); } in hasLocations() function