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