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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp592 LazyRuntimeFunction MsgLookupFn; member in class:__anon15214::CGObjCGCC
607 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
623 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, NULL);
805 LazyRuntimeFunction MsgLookupFn; member in class:__anon15214::CGObjCObjFW
828 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
870 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, NULL);

Completed in 31 milliseconds