Searched refs:WasIndirect (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 103 DbgVariableValue(ArrayRef<unsigned> NewLocs, bool WasIndirect, bool WasList, in DbgVariableValue() argument 105 : WasIndirect(WasIndirect), WasList(WasList), Expression(&Expr) { in DbgVariableValue() 106 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() [all …]
|