LLVM 20.0.0git
|
Declarations for ObjC runtime functions and constants. More...
#include "Transforms/ObjCARC/ARCRuntimeEntryPoints.h"
Public Member Functions | |
ARCRuntimeEntryPoints ()=default | |
void | init (Module *M) |
Function * | get (ARCRuntimeEntryPointKind kind) |
Declarations for ObjC runtime functions and constants.
These are initialized lazily to avoid cluttering up the Module with unused declarations.
Definition at line 52 of file ARCRuntimeEntryPoints.h.
|
default |
|
inline |
Definition at line 70 of file ARCRuntimeEntryPoints.h.
References assert(), llvm::objcarc::Autorelease, llvm::objcarc::AutoreleaseRV, llvm_unreachable, llvm::objcarc::Release, llvm::objcarc::Retain, llvm::objcarc::RetainAutorelease, llvm::objcarc::RetainAutoreleaseRV, llvm::objcarc::RetainBlock, llvm::objcarc::RetainRV, llvm::objcarc::StoreStrong, and llvm::objcarc::UnsafeClaimRV.
|
inline |
Definition at line 56 of file ARCRuntimeEntryPoints.h.