Searched refs:PrintRef (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 29 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 D | LVObject.cpp | 118 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 D | LVObject.h | 303 bool UseQuotes = false, bool PrintRef = false) const;
|