Searched refs:isCurrentDebugType (Results 1 – 5 of 5) sorted by relevance
43 bool isCurrentDebugType(const char *Type);68 if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { \74 #define isCurrentDebugType(X) (false) macro
35 #undef isCurrentDebugType52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
86 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
2801 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
189 (isCurrentDebugType(DEBUG_TYPE) || \190 (isCurrentDebugType(ISEL_DUMP_DEBUG_TYPE) && MatchFilterFuncName))) { \