Searched refs:isCurrentDebugType (Results 1 – 13 of 13) sorted by relevance
46 bool isCurrentDebugType(const char *Type);64 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \68 #define isCurrentDebugType(X) (false) macro
45 bool isCurrentDebugType(const char *Type);63 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \67 #define isCurrentDebugType(X) (false) macro
41 bool isCurrentDebugType(const char *Type);65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \69 #define isCurrentDebugType(X) (false) macro
33 #undef isCurrentDebugType49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
33 #undef isCurrentDebugType50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
2799 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
2804 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
67 return ::llvm::DebugFlag && ::llvm::isCurrentDebugType(DEBUG_TYPE); in isDebug()