Searched refs:isCurrentDebugType (Results 1 – 2 of 2) sorted by relevance
50 bool isCurrentDebugType(const char *Type);68 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \72 #define isCurrentDebugType(X) (false) macro
88 bool llvm::isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function in llvm