Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp99 class DbgValueLocation { class
101 DbgValueLocation(unsigned LocNo, bool WasIndirect) in DbgValueLocation() function in DbgValueLocation
107 DbgValueLocation() : LocNo(0), WasIndirect(0) {} in DbgValueLocation() function in DbgValueLocation
116 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 …]