Home
last modified time | relevance | path

Searched refs:isCurrentDebugType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DDebug.h50 bool isCurrentDebugType(const char *Type);
68 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
72 #define isCurrentDebugType(X) (false) macro
/external/llvm/lib/Support/
DDebug.cpp88 bool llvm::isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function in llvm