Searched defs:DEBUG_WITH_TYPE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDebug.h53 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
58 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
62 #define DEBUG_WITH_TYPE(TYPE, X) \ macro
69 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (0) macro
92 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)

Completed in 84 milliseconds