OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCurrentDebugType
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Support/
Debug.h
41
///
isCurrentDebugType
- Return true if the specified string is the debug type
45
bool
isCurrentDebugType
(const char *Type);
63
do { if (::llvm::DebugFlag && ::llvm::
isCurrentDebugType
(TYPE)) { X; } \
67
#define
isCurrentDebugType
(X) (false)
/external/swiftshader/third_party/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
33
#undef
isCurrentDebugType
49
bool
isCurrentDebugType
(const char *DebugType) {
/external/swiftshader/third_party/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 215 milliseconds