Searched refs:isCurrentDebugType (Results 1 – 10 of 10) sorted by relevance
37 /// isCurrentDebugType - Return true if the specified string is the debug type41 bool isCurrentDebugType(const char *Type);66 if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { \72 #define isCurrentDebugType(X) (false)69 #define isCurrentDebugType( global() macro
35 #undef isCurrentDebugType52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
35 return isCurrentDebugType(type); in mlirIsCurrentDebugType()
67 if (!DebugFlag || !isCurrentDebugType(DEBUG_TYPE)) in RegAnalysis()
152 if (!DebugFlag || !isCurrentDebugType("hfsort")) in printStats() 162 (DebugFlag && isCurrentDebugType("hfsort") && opts::Verbosity > 0); in printStats()
278 bool PrintInfo = DebugFlag && isCurrentDebugType("callgraph"); in buildCallGraph()
85 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
2798 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
191 (isCurrentDebugType(DEBUG_TYPE) || \192 (isCurrentDebugType(ISEL_DUMP_DEBUG_TYPE) && MatchFilterFuncName))) { \