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

/external/llvm/include/llvm/Support/
H A DDebug.h42 /// isCurrentDebugType - Return true if the specified string is the debug type
46 bool isCurrentDebugType(const char *Type);
64 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
68 #define isCurrentDebugType(X) (false)
/external/llvm/lib/Support/
H A DDebug.cpp84 // isCurrentDebugType - Return true if the specified string is the debug type
88 bool llvm::isCurrentDebugType(const char *DebugType) { function in class:llvm

Completed in 257 milliseconds