Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDebug.h67 #define isCurrentDebugType(X) (false) macro
/external/llvm/lib/Support/
DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function