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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDebug.h46 /// 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) macro
/freebsd-10.0-release/contrib/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 120 milliseconds