Searched refs:DbgVariableValue (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 102 class DbgVariableValue { class 104 DbgVariableValue(ArrayRef<unsigned> NewLocs, bool WasIndirect, bool WasList, in DbgVariableValue() function in __anon093131440211::DbgVariableValue 152 DbgVariableValue() : LocNoCount(0), WasIndirect(false), WasList(false) {} in DbgVariableValue() function in __anon093131440211::DbgVariableValue 153 DbgVariableValue(const DbgVariableValue &Other) in DbgVariableValue() function in __anon093131440211::DbgVariableValue 162 DbgVariableValue &operator=(const DbgVariableValue &Other) { in operator =() 187 DbgVariableValue decrementLocNosAfterPivot(unsigned Pivot) const { in decrementLocNosAfterPivot() 192 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in decrementLocNosAfterPivot() 195 DbgVariableValue remapLocNos(ArrayRef<unsigned> LocNoMap) const { in remapLocNos() 201 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in remapLocNos() 204 DbgVariableValue changeLocNo(unsigned OldLocNo, unsigned NewLocNo) const { in changeLocNo() [all …]
|