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

/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp889 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) {
2938 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) {
2954 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) {
2978 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) {
3014 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) {

Completed in 214 milliseconds