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.cpp45 template <typename T> struct PrintAll { struct
80 typename Pred = PrintAll<typename Sequence::value_type>>
141 return OS << printSequence(Symbols, '{', '}', PrintAll<SymbolStringPtr>()); in operator <<()
145 return OS << printSequence(Symbols, '[', ']', PrintAll<SymbolStringPtr>()); in operator <<()
149 return OS << printSequence(Symbols, '[', ']', PrintAll<SymbolStringPtr>()); in operator <<()
199 PrintAll<SymbolDependenceMap::value_type>()); in operator <<()
247 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.cpp1600 bool PrintAll = IsDefaultVmcnt && IsDefaultExpcnt && IsDefaultLgkmcnt; in printSWaitCnt() local
1604 if (!IsDefaultVmcnt || PrintAll) { in printSWaitCnt()
1609 if (!IsDefaultExpcnt || PrintAll) { in printSWaitCnt()
1616 if (!IsDefaultLgkmcnt || PrintAll) { in printSWaitCnt()