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

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

#include <ARCRuntimeEntryPoints.h>

Public Member Functions

 ARCRuntimeEntryPoints ()
 
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 44 of file ARCRuntimeEntryPoints.h.

Constructor & Destructor Documentation

llvm::objcarc::ARCRuntimeEntryPoints::ARCRuntimeEntryPoints ( )
inline

Definition at line 46 of file ARCRuntimeEntryPoints.h.

Member Function Documentation

Constant* llvm::objcarc::ARCRuntimeEntryPoints::get ( ARCRuntimeEntryPointKind  kind)
inline
void llvm::objcarc::ARCRuntimeEntryPoints::init ( Module M)
inline

Definition at line 57 of file ARCRuntimeEntryPoints.h.


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