LLVM 19.0.0git
Public Member Functions | List of all members
llvm::objcarc::ARCRuntimeEntryPoints Class Reference

Declarations for ObjC runtime functions and constants. More...

#include "Transforms/ObjCARC/ARCRuntimeEntryPoints.h"

Public Member Functions

 ARCRuntimeEntryPoints ()=default
 
void init (Module *M)
 
Functionget (ARCRuntimeEntryPointKind kind)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ARCRuntimeEntryPoints()

llvm::objcarc::ARCRuntimeEntryPoints::ARCRuntimeEntryPoints ( )
default

Member Function Documentation

◆ get()

Function * llvm::objcarc::ARCRuntimeEntryPoints::get ( ARCRuntimeEntryPointKind  kind)
inline

◆ init()

void llvm::objcarc::ARCRuntimeEntryPoints::init ( Module M)
inline

Definition at line 56 of file ARCRuntimeEntryPoints.h.


The documentation for this class was generated from the following file: