Searched refs:PrintAll (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| D | DebugUtils.cpp | 46 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 <<()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | AliasAnalysisEvaluator.cpp | 26 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()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_stackdepotbase.h | 39 void PrintAll(); 179 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::PrintAll() { in PrintAll() function
|
| D | sanitizer_stackdepot.cpp | 120 theDepot.PrintAll(); in StackDepotPrintAll()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/ |
| D | memprof_allocator.cpp | 288 void PrintAll() { in PrintAll() function 383 void PrintAll() { in PrintAll() function 385 Sets[i].PrintAll(); in PrintAll() 490 MemInfoBlockTable.PrintAll(); in FinishAndPrint()
|