Home
last modified time | relevance | path

Searched refs:WasList (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()
154 WasList(Other.getWasList()), Expression(Other.getExpression()) { in DbgVariableValue()
172 WasList = Other.getWasList(); in operator =()
183 bool getWasList() const { return WasList; } in getWasList()
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 …]