Searched refs:setCurrentDebugTypes (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebug.h49 /// setCurrentDebugTypes - Set the current debug type, as if the
53 void setCurrentDebugTypes(const char **Types, unsigned Count);
71 #define setCurrentDebugTypes(X, N) macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp35 #undef setCurrentDebugTypes macro
66 void setCurrentDebugTypes(const char **Types, unsigned Count);
69 setCurrentDebugTypes(&Type, 1);
72 void setCurrentDebugTypes(const char **Types, unsigned Count) { function in namespace:llvm

Completed in 94 milliseconds