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/swiftshader/third_party/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/swiftshader/third_party/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 101 milliseconds