Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp46 template <typename T> struct PrintAll { struct
81 typename Pred = PrintAll<typename Sequence::value_type>>
146 return OS << printSequence(Symbols, '{', '}', PrintAll<SymbolStringPtr>()); in operator <<()
150 return OS << printSequence(Symbols, '[', ']', PrintAll<SymbolStringPtr>()); in operator <<()
154 return OS << printSequence(Symbols, '[', ']', PrintAll<SymbolStringPtr>()); in operator <<()
205 PrintAll<SymbolDependenceMap::value_type>()); in operator <<()
253 PrintAll<SymbolLookupSet::value_type>()); in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp26 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden); variable
46 if (PrintAll || P) { in PrintResults()
65 if (PrintAll || P) { in PrintModRefResults()
74 if (PrintAll || P) { in PrintModRefResults()
82 if (PrintAll || P) { in PrintLoadStoreResults()
136 if (PrintAll || PrintNoAlias || PrintMayAlias || PrintPartialAlias || in runInternal()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h57 void PrintAll();
179 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::PrintAll() { in PrintAll() function
H A Dsanitizer_stackdepot.cpp120 theDepot.PrintAll(); in StackDepotPrintAll()