Searched refs:WasIndirect (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 108 DbgVariableValue(ArrayRef<unsigned> NewLocs, bool WasIndirect, bool WasList, in DbgVariableValue() argument 110 : WasIndirect(WasIndirect), WasList(WasList), Expression(&Expr) { in DbgVariableValue() 111 assert(!(WasIndirect && WasList) && in DbgVariableValue() 156 DbgVariableValue() : LocNoCount(0), WasIndirect(false), WasList(false) {} in DbgVariableValue() 158 : LocNoCount(Other.LocNoCount), WasIndirect(Other.getWasIndirect()), in DbgVariableValue() 176 WasIndirect = Other.getWasIndirect(); in operator =() 187 bool getWasIndirect() const { return WasIndirect; } in getWasIndirect() 196 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in decrementLocNosAfterPivot() 205 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in remapLocNos() 214 return DbgVariableValue(NewLocNos, WasIndirect, WasList, *Expression); in changeLocNo() [all …]
|