LLVM 22.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 55 of file ARCRuntimeEntryPoints.h.
|
default |
|
inline |
Definition at line 76 of file ARCRuntimeEntryPoints.h.
References assert(), llvm::objcarc::Autorelease, llvm::objcarc::AutoreleasePoolPop, llvm::objcarc::AutoreleasePoolPush, llvm::objcarc::AutoreleaseRV, llvm::objcarc::ClaimRV, 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.
Referenced by llvm::objcarc::BundledRetainClaimRVs::~BundledRetainClaimRVs().
|
inline |
Definition at line 59 of file ARCRuntimeEntryPoints.h.