Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebug.h43 /// setCurrentDebugType - Set the current debug type, as if the -debug-only=X
47 void setCurrentDebugType(const char *Type);
70 #define setCurrentDebugType(X) do { (void)(X); } while (false) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp36 #undef setCurrentDebugType
70 void setCurrentDebugType(const char *Type) { in setCurrentDebugType() function