Searched defs:DEBUG_WITH_TYPE (Results 1 - 3 of 3) 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)
/external/swiftshader/third_party/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)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DDebug.h54 /// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
59 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
63 #define DEBUG_WITH_TYPE(TYPE, X) \ macro
70 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false) macro
93 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X)

Completed in 334 milliseconds