OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCurrentDebugType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
Debug.h
52
///
setCurrentDebugType
- Set the current debug type, as if the -debug-only=X
56
void
setCurrentDebugType
(const char *Type);
73
#define
setCurrentDebugType
(X)
/external/llvm/lib/Support/
Debug.cpp
92
///
setCurrentDebugType
- Set the current debug type, as if the -debug-only=X
96
void llvm::
setCurrentDebugType
(const char *Type) {
Completed in 94 milliseconds