Searched defs:ObjCEntrypoints (Results 1 – 1 of 1) sorted by relevance
122 struct ObjCEntrypoints { struct123 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); } in ObjCEntrypoints() function126 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 …]