Searched refs:PrintAll (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 46 template <typename T> struct PrintAll { struct 81 typename Pred = PrintAll<typename Sequence::value_type>> 150 return OS << printSequence(Symbols, '{', '}', PrintAll<SymbolStringPtr>()); in operator <<() 154 return OS << printSequence(Symbols, '[', ']', PrintAll<SymbolStringPtr>()); in operator <<() 158 return OS << printSequence(Symbols, '[', ']', PrintAll<SymbolStringPtr>()); in operator <<() 208 PrintAll<SymbolDependenceMap::value_type>()); in operator <<() 256 PrintAll<SymbolLookupSet::value_type>()); in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasAnalysisEvaluator.cpp | 21 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden); variable 39 if (PrintAll || P) { in PrintResults() 72 if (PrintAll || P) { in PrintModRefResults() 83 if (PrintAll || P) { in PrintModRefResults() 91 if (PrintAll || P) { in PrintLoadStoreResults() 123 if (PrintAll || PrintNoAlias || PrintMayAlias || PrintPartialAlias || in runInternal()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepotbase.h | 57 void PrintAll(); 194 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::PrintAll() { 179 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::PrintAll() { PrintAll() function
|
| H A D | sanitizer_stackdepot.cpp | 232 theDepot.PrintAll(); in StackDepotPrintAll()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 1693 bool PrintAll = IsDefaultVmcnt && IsDefaultExpcnt && IsDefaultLgkmcnt; in printSWaitCnt() local 1697 if (!IsDefaultVmcnt || PrintAll) { in printSWaitCnt() 1702 if (!IsDefaultExpcnt || PrintAll) { in printSWaitCnt() 1709 if (!IsDefaultLgkmcnt || PrintAll) { in printSWaitCnt()
|