Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp106 : WasIndirect(WasIndirect), WasList(WasList), Expression(&Expr) { in DbgVariableValue()
107 assert(!(WasIndirect && WasList) && in DbgVariableValue()
152 DbgVariableValue() : LocNoCount(0), WasIndirect(false), WasList(false) {} in DbgVariableValue()
154 : LocNoCount(Other.LocNoCount), WasIndirect(Other.getWasIndirect()), in DbgVariableValue()
172 WasIndirect = Other.getWasIndirect(); in operator =()
183 bool getWasIndirect() const { return WasIndirect; } in getWasIndirect()
192 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in decrementLocNosAfterPivot()
201 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in remapLocNos()
210 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in changeLocNo()
225 if (std::tie(LHS.LocNoCount, LHS.WasIndirect, LHS.WasList, in operator ==()
[all …]