Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebug.h69 #define isCurrentDebugType(X) (false) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebug.cpp50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function