Searched defs:ObjCEntrypoints (Results 1 – 1 of 1) sorted by relevance
120 struct ObjCEntrypoints { struct121 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); } in ObjCEntrypoints() argument124 llvm::FunctionCallee objc_alloc;127 llvm::FunctionCallee objc_allocWithZone;130 llvm::FunctionCallee objc_alloc_init;133 llvm::FunctionCallee objc_autoreleasePoolPop;137 llvm::FunctionCallee objc_autoreleasePoolPopInvoke;140 llvm::Function *objc_autoreleasePoolPush;143 llvm::Function *objc_autorelease;147 llvm::FunctionCallee objc_autoreleaseRuntimeFunction;[all …]