Searched refs:WasList (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 106 : WasIndirect(WasIndirect), WasList(WasList), Expression(&Expr) { in DbgVariableValue() 107 assert(!(WasIndirect && WasList) && in DbgVariableValue() 152 DbgVariableValue() : LocNoCount(0), WasIndirect(false), WasList(false) {} in DbgVariableValue() 155 WasList(Other.getWasList()), Expression(Other.getExpression()) { in DbgVariableValue() 173 WasList = Other.getWasList(); in operator =() 184 bool getWasList() const { return WasList; } in getWasList() 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 …]
|