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.h165 struct ObjCEntrypoints { struct
166 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); } in ObjCEntrypoints() argument
169 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 …]