reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
  709     MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy);
  711     MsgLookupSuperFn.init(&CGM, "objc_msg_lookup_super", IMPTy,
  811           llvm::StructType::get(PtrTy, PtrTy, PtrTy, IntTy, IMPTy);
 1982       MsgLookupSuperFn.init(&CGM, "objc_msg_lookup_super", IMPTy,
 2086     MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy);
 2087     MsgLookupFnSRet.init(&CGM, "objc_msg_lookup_stret", IMPTy, IdTy,
 2090     MsgLookupSuperFn.init(&CGM, "objc_msg_lookup_super", IMPTy,
 2092     MsgLookupSuperFnSRet.init(&CGM, "objc_msg_lookup_super_stret", IMPTy,
 2232   IMPTy = llvm::PointerType::getUnqual(llvm::FunctionType::get(IdTy, IMPArgs,
 2784       IMPTy        // Method pointer
 2794         IMPTy,       // Method pointer
 2803         IMPTy        // Method pointer
 2816       Method.addBitCast(FnPtr, IMPTy);
 2823       Method.addBitCast(FnPtr, IMPTy);