[#LDBG_OS_IMPL] = LDBG_OS_IMPL :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define LDBG_OS_IMPL(TYPE_OR_LEVEL, LEVEL_OR_TYPE, CALLBACK, STREAM, FILE, LINE) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#