clang API Documentation
#include <CodeGenModule.h>
Public Member Functions | |
RREntrypoints () | |
Public Attributes | |
llvm::Constant * | objc_autoreleasePoolPop |
void objc_autoreleasePoolPop(void*); | |
llvm::Constant * | objc_autoreleasePoolPush |
void *objc_autoreleasePoolPush(void); |
Definition at line 155 of file CodeGenModule.h.
clang::CodeGen::RREntrypoints::RREntrypoints | ( | ) | [inline] |
Definition at line 156 of file CodeGenModule.h.
llvm::Constant* clang::CodeGen::RREntrypoints::objc_autoreleasePoolPop |
void objc_autoreleasePoolPop(void*);
Definition at line 158 of file CodeGenModule.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitObjCAutoreleasePoolPop().
llvm::Constant* clang::CodeGen::RREntrypoints::objc_autoreleasePoolPush |
void *objc_autoreleasePoolPush(void);
Definition at line 161 of file CodeGenModule.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitObjCAutoreleasePoolPush().