LLVM 22.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Sequence.h"
#include "llvm/ADT/StringTable.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/Support/AtomicOrdering.h"
#include "llvm/Support/CodeGen.h"
#include "llvm/Support/Compiler.h"
#include "llvm/TargetParser/Triple.h"
#include "llvm/IR/RuntimeLibcalls.inc"
Go to the source code of this file.
Classes | |
struct | llvm::enum_iteration_traits< RTLIB::Libcall > |
struct | llvm::enum_iteration_traits< RTLIB::LibcallImpl > |
struct | llvm::RTLIB::RuntimeLibcallsInfo |
A simple container for information about the supported runtime calls. More... |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::RTLIB |
Macros | |
#define | GET_RUNTIME_LIBCALL_ENUM |
TableGen will produce 2 enums, RTLIB::Libcall and RTLIB::LibcallImpl. | |
#define | GET_LOOKUP_LIBCALL_IMPL_NAME_BODY |
Functions | |
static auto | llvm::RTLIB::libcalls () |
static auto | llvm::RTLIB::libcall_impls () |
#define GET_LOOKUP_LIBCALL_IMPL_NAME_BODY |
#define GET_RUNTIME_LIBCALL_ENUM |
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.
Definition at line 31 of file RuntimeLibcalls.h.