Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp104 : WasIndirect(WasIndirect), WasList(WasList), Expression(&Expr) { in DbgVariableValue()
105 assert(!(WasIndirect && WasList) && in DbgVariableValue()
151 DbgVariableValue() : LocNoCount(0), WasIndirect(false), WasList(false) {} in DbgVariableValue()
153 : LocNoCount(Other.LocNoCount), WasIndirect(Other.getWasIndirect()), in DbgVariableValue()
171 WasIndirect = Other.getWasIndirect(); in operator =()
182 bool getWasIndirect() const { return WasIndirect; } in getWasIndirect()
191 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in decrementLocNosAfterPivot()
200 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in remapLocNos()
209 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in changeLocNo()
224 if (std::tie(LHS.LocNoCount, LHS.WasIndirect, LHS.WasList, in operator ==()
[all …]