Searched refs:isCurrentDebugType (Results 1 – 7 of 7) sorted by relevance
41 bool isCurrentDebugType(const char *Type);65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \69 #define isCurrentDebugType(X) (false) macro
35 #undef isCurrentDebugType52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
143 if (!DebugFlag || !isCurrentDebugType("hfsort")) in reorder()153 (DebugFlag && isCurrentDebugType("hfsort") && opts::Verbosity > 0); in reorder()
67 if (!DebugFlag || !isCurrentDebugType(DEBUG_TYPE)) in RegAnalysis()
260 bool PrintInfo = DebugFlag && isCurrentDebugType("callgraph"); in buildCallGraph()
85 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
2798 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()