LLVM 20.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/Support/AtomicOrdering.h"
#include "llvm/TargetParser/Triple.h"
#include "llvm/IR/RuntimeLibcalls.def"
Go to the source code of this file.
Classes | |
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 | HANDLE_LIBCALL(code, name) code, |
Enumerations | |
enum | llvm::RTLIB::Libcall |
RTLIB::Libcall enum - This enum defines all of the runtime library calls the backend can emit. More... | |
#define HANDLE_LIBCALL | ( | code, | |
name | |||
) | code, |
Definition at line 34 of file RuntimeLibcalls.h.