[#GET_RUNTIME_LIBCALL_ENUM] = GET_RUNTIME_LIBCALL_ENUM :mrdocs: Include RuntimeLibcalls.inc to define RTLIB::Libcall and LibcallImpl enums. == Synopsis Declared in `<llvm/IR/RuntimeLibcalls.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define GET_RUNTIME_LIBCALL_ENUM ---- == Description 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#