Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp153 : LocNoCount(Other.LocNoCount), WasIndirect(Other.getWasIndirect()), in DbgVariableValue()
171 WasIndirect = Other.getWasIndirect(); in operator =()
182 bool getWasIndirect() const { return WasIndirect; } in getWasIndirect() function in __anon5b3cf91b0211::DbgVariableValue
733 if (I.value().getWasIndirect()) in print()
1698 bool IsIndirect = DbgValue.getWasIndirect(); in insertDebugValue()