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

/external/llvm/include/llvm/Support/
H A DDebug.h48 /// setCurrentDebugType - Set the current debug type, as if the -debug-only=X
52 void setCurrentDebugType(const char *Type);
69 #define setCurrentDebugType(X)
/external/llvm/lib/Support/
H A DDebug.cpp92 /// setCurrentDebugType - Set the current debug type, as if the -debug-only=X
96 void llvm::setCurrentDebugType(const char *Type) { function in class:llvm

Completed in 195 milliseconds