Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp158 : LocNoCount(Other.LocNoCount), WasIndirect(Other.getWasIndirect()), in DbgVariableValue()
176 WasIndirect = Other.getWasIndirect(); in operator =()
187 bool getWasIndirect() const { return WasIndirect; } in getWasIndirect() function in __anon093131440211::DbgVariableValue
745 if (I.value().getWasIndirect()) in print()
1746 bool IsIndirect = DbgValue.getWasIndirect(); in insertDebugValue()