Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anonfbf3834f0211::DbgVariableValue
701 if (I.value().getWasIndirect()) in print()
1594 bool IsIndirect = DbgValue.getWasIndirect(); in insertDebugValue()