Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp29 static cl::opt<bool> PrintRef("print-ref", cl::ReallyHidden); variable
124 PrintMustAlias || PrintNoModRef || PrintMod || PrintRef || PrintModRef) in runInternal()
227 PrintModRefResults("Just Ref", PrintRef, Call, Pointer, F.getParent()); in runInternal()
255 PrintModRefResults("Just Ref", PrintRef, CallA, CallB, F.getParent()); in runInternal()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp118 bool UseQuotes, bool PrintRef) const { in printAttributes()
131 if (PrintRef && options().getAttributeOffset()) in printAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h303 bool UseQuotes = false, bool PrintRef = false) const;