[#GET_RUNTIME_LIBCALL_ENUM] = GET_RUNTIME_LIBCALL_ENUM :mrdocs: TableGen will produce 2 enums, RTLIB::Libcall and RTLIB::LibcallImpl. RTLIB::Libcall describes abstract functionality the compiler may choose to access, RTLIB::LibcallImpl describes a particular ABI implementation, which includes a name and type signature. == Synopsis Declared in `<llvm/IR/RuntimeLibcalls.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define GET_RUNTIME_LIBCALL_ENUM ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#