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.cpp154 : LocNoCount(Other.LocNoCount), WasIndirect(Other.getWasIndirect()), in DbgVariableValue()
172 WasIndirect = Other.getWasIndirect(); in operator =()
183 bool getWasIndirect() const { return WasIndirect; } in getWasIndirect() function in __anon58a1900c0211::DbgVariableValue
734 if (I.value().getWasIndirect()) in print()
1699 bool IsIndirect = DbgValue.getWasIndirect(); in insertDebugValue()