Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp584 LazyRuntimeFunction MsgLookupFn; member in __anon13748a720111::CGObjCGCC
597 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
611 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, in CGObjCGCC()
788 LazyRuntimeFunction MsgLookupFn; member in __anon13748a720111::CGObjCObjFW
809 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
849 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, nullptr); in CGObjCObjFW()