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

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

Completed in 65 milliseconds