OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCurrentDebugType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
Debug.h
46
///
isCurrentDebugType
- Return true if the specified string is the debug type
50
bool
isCurrentDebugType
(const char *Type);
68
do { if (::llvm::DebugFlag && ::llvm::
isCurrentDebugType
(TYPE)) { X; } \
72
#define
isCurrentDebugType
(X) (false)
/external/llvm/lib/Support/
Debug.cpp
84
//
isCurrentDebugType
- Return true if the specified string is the debug type
88
bool llvm::
isCurrentDebugType
(const char *DebugType) {
Completed in 49 milliseconds