Searched refs:isCurrentDebugType (Results 1 – 4 of 4) sorted by relevance
42 bool isCurrentDebugType(const char *Type);66 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \70 #define isCurrentDebugType(X) (false) macro
34 #undef isCurrentDebugType51 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
2785 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()