Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
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 55 of file ARCRuntimeEntryPoints.h.

Constructor & Destructor Documentation

◆ ARCRuntimeEntryPoints()

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

Member Function Documentation

◆ get()

◆ init()

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

Definition at line 59 of file ARCRuntimeEntryPoints.h.


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