Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenObjC/
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* %
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.h129 llvm::FunctionCallee objc_allocWithZone; member
DCGObjC.cpp2694 CGM.getObjCEntrypoints().objc_allocWithZone, in EmitObjCAllocWithZone()