Searched defs:ObjCEntrypoints (Results 1 – 1 of 1) sorted by relevance
165 struct ObjCEntrypoints { struct166 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); } in ObjCEntrypoints() argument169 llvm::FunctionCallee objc_alloc;172 llvm::FunctionCallee objc_allocWithZone;175 llvm::FunctionCallee objc_alloc_init;178 llvm::FunctionCallee objc_autoreleasePoolPop;182 llvm::FunctionCallee objc_autoreleasePoolPopInvoke;185 llvm::Function *objc_autoreleasePoolPush;188 llvm::Function *objc_autorelease;192 llvm::FunctionCallee objc_autoreleaseRuntimeFunction;[all …]