Searched refs:MsgLookupFn (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp691 LazyRuntimeFunction MsgLookupFn; member in class:__anon1739::CGObjCGCC
705 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
721 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy);
2043 LazyRuntimeFunction MsgLookupFn; member in class:__anon1739::CGObjCObjFW
2064 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
2101 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy);

Completed in 115 milliseconds