Searched defs:debug_printf (Results 1 – 4 of 4) sorted by relevance
85 debug_printf(const char *format, ...) in debug_printf() function
91 debug_printf(const char *format, ...) in debug_printf() function
362 static void debug_printf(const char *format, ...) in debug_printf() function370 #define debug_printf(fmt,args...) printf (fmt ,##args) macro373 static inline void debug_printf(const char *format, ...) { } in debug_printf() function
158 static void debug_printf(Module *mod, IRBuilder<> &B, const string &fmt, vector<Value *> args) { in debug_printf() function