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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp581 LazyRuntimeFunction MsgLookupFn; member in class:__anon17845::CGObjCGCC
594 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
608 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy,
785 LazyRuntimeFunction MsgLookupFn; member in class:__anon17845::CGObjCObjFW
806 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
846 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, nullptr);

Completed in 96 milliseconds