Searched refs:MsgLookupFn (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 686 LazyRuntimeFunction MsgLookupFn; member in __anonaf5ecb460111::CGObjCGCC 700 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP() 716 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC() 2158 LazyRuntimeFunction MsgLookupFn; member in __anonaf5ecb460111::CGObjCObjFW 2179 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP() 2216 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCObjFW()
|