LLVM  8.0.1
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)
 
Constantget (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 56 of file ARCRuntimeEntryPoints.h.

Constructor & Destructor Documentation

◆ ARCRuntimeEntryPoints()

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

Member Function Documentation

◆ get()

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

◆ init()

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

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