[#HANDLE_DIEVALUE_SMALL] = HANDLE_DIEVALUE_SMALL :mrdocs: Return the stored small DIE value of type `DIE##T.` == Synopsis Declared in `<llvm/CodeGen/DIE.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define HANDLE_DIEVALUE_SMALL(T) ---- == Return Value Const reference to the stored `DIE##T` value. == Parameters [cols="1,4"] |=== | Name| Description | *T* | DIE value type name suffix for the accessor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#