Searched refs:MsgLookupFn (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 681 LazyRuntimeFunction MsgLookupFn; member in __anon90b381c40111::CGObjCGCC 695 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP() 711 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC() 2047 LazyRuntimeFunction MsgLookupFn; member in __anon90b381c40111::CGObjCObjFW 2068 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP() 2105 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCObjFW()
|