clang API Documentation

Public Member Functions | Public Attributes
clang::CodeGen::RREntrypoints Struct Reference

#include <CodeGenModule.h>

Collaboration diagram for clang::CodeGen::RREntrypoints:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RREntrypoints ()

Public Attributes

llvm::Constant * objc_autoreleasePoolPop
 void objc_autoreleasePoolPop(void*);
llvm::Constant * objc_autoreleasePoolPush
 void *objc_autoreleasePoolPush(void);

Detailed Description

Definition at line 145 of file CodeGenModule.h.


Constructor & Destructor Documentation

clang::CodeGen::RREntrypoints::RREntrypoints ( ) [inline]

Definition at line 146 of file CodeGenModule.h.


Member Data Documentation

void objc_autoreleasePoolPop(void*);

Definition at line 148 of file CodeGenModule.h.

Referenced by clang::CodeGen::CodeGenFunction::EmitObjCAutoreleasePoolPop().

void *objc_autoreleasePoolPush(void);

Definition at line 151 of file CodeGenModule.h.

Referenced by clang::CodeGen::CodeGenFunction::EmitObjCAutoreleasePoolPush().


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