Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp588 LazyRuntimeFunction MsgLookupFn; member in __anon13748a720111::CGObjCGCC
601 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
615 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, in CGObjCGCC()
795 LazyRuntimeFunction MsgLookupFn; member in __anon13748a720111::CGObjCObjFW
816 imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args); in LookupIMP()
856 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, nullptr); in CGObjCObjFW()