This macro is the core of the LDBG_OS() macros. It is used to print the debug output with the given stream, level, type, file, and line number.

Synopsis

Declared in <llvm/Support/DebugLog.h>

#define LDBG_OS_IMPL(TYPE_OR_LEVEL, LEVEL_OR_TYPE, CALLBACK, STREAM, FILE, LINE)

Created with MrDocs