clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::RREntrypoints Struct Reference

#include <CodeGenModule.h>

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

Public Member Functions

 RREntrypoints ()
 

Public Attributes

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

Detailed Description

Definition at line 159 of file CodeGenModule.h.

Constructor & Destructor Documentation

clang::CodeGen::RREntrypoints::RREntrypoints ( )
inline

Definition at line 160 of file CodeGenModule.h.

Member Data Documentation

llvm::Constant* clang::CodeGen::RREntrypoints::objc_autoreleasePoolPop

void objc_autoreleasePoolPop(void*);

Definition at line 162 of file CodeGenModule.h.

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

llvm::Constant* clang::CodeGen::RREntrypoints::objc_autoreleasePoolPush

void *objc_autoreleasePoolPush(void);

Definition at line 165 of file CodeGenModule.h.

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


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