Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDebug.h47 void setCurrentDebugType(const char *Type);
70 #define setCurrentDebugType(X) do { (void)(X); } while (false) macro
/llvm-project-15.0.7/llvm/lib/Support/
H A DDebug.cpp36 #undef setCurrentDebugType
70 void setCurrentDebugType(const char *Type) { in setCurrentDebugType() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DDebugTest.cpp28 setCurrentDebugType("A"); in TEST()