class ARCRuntimeEntryPoints

Declaration

class ARCRuntimeEntryPoints { /* full declaration omitted */ };

Description

Declarations for ObjC runtime functions and constants. These are initialized lazily to avoid cluttering up the Module with unused declarations.

Declared at: llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h:55

Method Overview

Methods

ARCRuntimeEntryPoints()

Declared at: llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h:57

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

Declared at: llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h:72

Parameters

llvm::objcarc::ARCRuntimeEntryPointKind kind

void init(llvm::Module* M)

Declared at: llvm/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h:59

Parameters

llvm::Module* M