Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp682 LazyRuntimeFunction MsgLookupFn; member in __anon128dbe400111::CGObjCGCC
696 llvm::CallBase *imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
712 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC()
2050 LazyRuntimeFunction MsgLookupFn; member in __anon128dbe400111::CGObjCObjFW
2071 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
2108 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCObjFW()