Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp680 LazyRuntimeFunction MsgLookupFn; member in __anon0fc3211f0111::CGObjCGCC
694 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
710 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC()
1929 LazyRuntimeFunction MsgLookupFn; member in __anon0fc3211f0111::CGObjCObjFW
1950 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
1987 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCObjFW()