Searched refs:DbgValueLocation (Results 1 – 1 of 1) sorted by relevance
99 class DbgValueLocation { class101 DbgValueLocation(unsigned LocNo, bool WasIndirect) in DbgValueLocation() function in DbgValueLocation107 DbgValueLocation() : LocNo(0), WasIndirect(0) {} in DbgValueLocation() function in DbgValueLocation116 DbgValueLocation changeLocNo(unsigned NewLocNo) const { in changeLocNo()117 return DbgValueLocation(NewLocNo, WasIndirect); in changeLocNo()120 friend inline bool operator==(const DbgValueLocation &LHS, in operator ==()121 const DbgValueLocation &RHS) { in operator ==()125 friend inline bool operator!=(const DbgValueLocation &LHS, in operator !=()126 const DbgValueLocation &RHS) { in operator !=()136 using LocMap = IntervalMap<SlotIndex, DbgValueLocation, 4>;[all …]