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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp127 llvm::PointerType *IMPTy; member in class:__anon15214::CGObjCGNU
623 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, NULL);
625 MsgLookupSuperFn.init(&CGM, "objc_msg_lookup_super", IMPTy,
717 PtrTy, PtrTy, IntTy, IMPTy, NULL);
870 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy, NULL);
871 MsgLookupFnSRet.init(&CGM, "objc_msg_lookup_stret", IMPTy, IdTy,
874 MsgLookupSuperFn.init(&CGM, "objc_msg_lookup_super", IMPTy,
876 MsgLookupSuperFnSRet.init(&CGM, "objc_msg_lookup_super_stret", IMPTy,
997 IMPTy = llvm::PointerType::getUnqual(llvm::FunctionType::get(IdTy, IMPArgs,
1498 IMPTy, //Metho
[all...]

Completed in 56 milliseconds