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 155 of file CodeGenModule.h.


Constructor & Destructor Documentation

Definition at line 156 of file CodeGenModule.h.


Member Data Documentation

void objc_autoreleasePoolPop(void*);

Definition at line 158 of file CodeGenModule.h.

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

void *objc_autoreleasePoolPush(void);

Definition at line 161 of file CodeGenModule.h.

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


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