Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp46 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 DAliasAnalysisEvaluator.cpp21 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 Dsanitizer_stackdepotbase.h57 void PrintAll();
194 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::PrintAll() {
179 void StackDepotBase<Node, kReservedBits, kTabSizeLog>::PrintAll() { PrintAll() function
H A Dsanitizer_stackdepot.cpp232 theDepot.PrintAll(); in StackDepotPrintAll()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1693 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()