Home
last modified time | relevance | path

Searched refs:objc_allocWithZone (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dconvert-messages-to-runtime-calls.m30 // CALLS: {{call.*@objc_allocWithZone}}
46 // CALLS: {{invoke.*@objc_allocWithZone}}
91 // CALLS: {{call.*@objc_allocWithZone}}
101 // CALLS: {{call.*@objc_allocWithZone}}
165 // CALLS: {{call.*@objc_allocWithZone\(}}
253 // CALLS: invoke{{.*}}@objc_allocWithZone(i8* %
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h124 llvm::FunctionCallee objc_allocWithZone; member
H A DCGObjC.cpp2729 CGM.getObjCEntrypoints().objc_allocWithZone, in EmitObjCAllocWithZone()