Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp101 class DbgVariableValue { class
103 DbgVariableValue(ArrayRef<unsigned> NewLocs, bool WasIndirect, bool WasList, in DbgVariableValue() function in __anon5b3cf91b0211::DbgVariableValue
151 DbgVariableValue() : LocNoCount(0), WasIndirect(false), WasList(false) {} in DbgVariableValue() function in __anon5b3cf91b0211::DbgVariableValue
152 DbgVariableValue(const DbgVariableValue &Other) in DbgVariableValue() function in __anon5b3cf91b0211::DbgVariableValue
161 DbgVariableValue &operator=(const DbgVariableValue &Other) { in operator =()
186 DbgVariableValue decrementLocNosAfterPivot(unsigned Pivot) const { in decrementLocNosAfterPivot()
191 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in decrementLocNosAfterPivot()
194 DbgVariableValue remapLocNos(ArrayRef<unsigned> LocNoMap) const { in remapLocNos()
200 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in remapLocNos()
203 DbgVariableValue changeLocNo(unsigned OldLocNo, unsigned NewLocNo) const { in changeLocNo()
[all …]