LLVM 19.0.0git
Classes | Namespaces | Macros | Enumerations
RuntimeLibcalls.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/CodeGen/ISDOpcodes.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...
 

Macro Definition Documentation

◆ HANDLE_LIBCALL

#define HANDLE_LIBCALL (   code,
  name 
)    code,

Definition at line 35 of file RuntimeLibcalls.h.