Home
last modified time | relevance | path

Searched defs:ObjCEntrypoints (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h122 struct ObjCEntrypoints { struct
123 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); } in ObjCEntrypoints() function
126 llvm::FunctionCallee objc_alloc;
129 llvm::FunctionCallee objc_allocWithZone;
132 llvm::FunctionCallee objc_alloc_init;
135 llvm::FunctionCallee objc_autoreleasePoolPop;
139 llvm::FunctionCallee objc_autoreleasePoolPopInvoke;
142 llvm::Function *objc_autoreleasePoolPush;
145 llvm::Function *objc_autorelease;
149 llvm::FunctionCallee objc_autoreleaseRuntimeFunction;
[all …]