Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebug.h69 #define isCurrentDebugType(X) (false) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function