Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h120 struct ObjCEntrypoints { struct
121 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); } in ObjCEntrypoints() argument
124 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 …]