Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp31 static cl::opt<bool> PrintRef("print-ref", cl::ReallyHidden); variable
126 PrintMustAlias || PrintNoModRef || PrintMod || PrintRef || PrintModRef) in runInternal()
229 PrintModRefResults("Just Ref", PrintRef, Call, Pointer, F.getParent()); in runInternal()
257 PrintModRefResults("Just Ref", PrintRef, CallA, CallB, F.getParent()); in runInternal()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp118 bool UseQuotes, bool PrintRef) const { in printAttributes()
131 if (PrintRef && options().getAttributeOffset()) in printAttributes()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h322 bool UseQuotes = false, bool PrintRef = false) const;