Searched refs:DbgVariableValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 106 class DbgVariableValue { class 108 DbgVariableValue(ArrayRef<unsigned> NewLocs, bool WasIndirect, bool WasList, in DbgVariableValue() function in __anon093131440211::DbgVariableValue 156 DbgVariableValue() : LocNoCount(0), WasIndirect(false), WasList(false) {} in DbgVariableValue() function in __anon093131440211::DbgVariableValue 157 DbgVariableValue(const DbgVariableValue &Other) in DbgVariableValue() function in __anon093131440211::DbgVariableValue 166 DbgVariableValue &operator=(const DbgVariableValue &Other) { in operator =() 191 DbgVariableValue decrementLocNosAfterPivot(unsigned Pivot) const { in decrementLocNosAfterPivot() 196 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in decrementLocNosAfterPivot() 199 DbgVariableValue remapLocNos(ArrayRef<unsigned> LocNoMap) const { in remapLocNos() 205 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in remapLocNos() 208 DbgVariableValue changeLocNo(unsigned OldLocNo, unsigned NewLocNo) const { in changeLocNo() [all …]
|