[#HANDLE_DW_LANG] = HANDLE_DW_LANG :mrdocs: Expand one DWARF source‐language enumerator from Dwarf.def. == Synopsis Declared in `<llvm/DebugInfo/LogicalView/Core/LVSourceLanguage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) ---- == Parameters [cols="1,4"] |=== | Name| Description | *ID* | DWARF language encoding value. | *NAME* | Enumerator name suffix (forms `DW_LANG_##NAME).` | *LOWER_BOUND* | Default array lower bound for the language. | *VERSION* | DWARF version that introduced the encoding. | *VENDOR* | Vendor that defined the encoding. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#