Lines Matching refs:CGObjCNonFragileABIMac

1397 class CGObjCNonFragileABIMac : public CGObjCCommonMac {
1601 CGObjCNonFragileABIMac(CodeGen::CodeGenModule &cgm);
1990 llvm::Constant *CGObjCNonFragileABIMac::getNSConstantStringClassRef() {
5782 CGObjCNonFragileABIMac::CGObjCNonFragileABIMac(CodeGen::CodeGenModule &cgm)
6223 llvm::Function *CGObjCNonFragileABIMac::ModuleInitFunction() {
6229 void CGObjCNonFragileABIMac::AddModuleClassList(
6260 void CGObjCNonFragileABIMac::FinishNonFragileABIModule() {
6304 bool CGObjCNonFragileABIMac::isVTableDispatchedSelector(Selector Sel) {
6377 llvm::GlobalVariable * CGObjCNonFragileABIMac::BuildClassRoTInitializer(
6423 assert(OID && "CGObjCNonFragileABIMac::BuildClassRoTInitializer");
6463 CGObjCNonFragileABIMac::BuildClassObject(const ObjCInterfaceDecl *CI,
6495 bool CGObjCNonFragileABIMac::ImplementationIsNonLazy(
6502 void CGObjCNonFragileABIMac::GetClassSizeInfo(const ObjCImplementationDecl *OID,
6538 void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) {
6568 assert(CI && "CGObjCNonFragileABIMac::GenerateClass - class is 0");
6671 llvm::Value *CGObjCNonFragileABIMac::GenerateProtocolRef(CodeGenFunction &CGF,
6715 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) {
6797 void CGObjCNonFragileABIMac::emitMethodConstant(ConstantArrayBuilder &builder,
6826 CGObjCNonFragileABIMac::emitMethodList(Twine name, MethodListType kind,
6891 CGObjCNonFragileABIMac::ObjCIvarOffsetVariable(const ObjCInterfaceDecl *ID,
6923 CGObjCNonFragileABIMac::EmitIvarOffsetVar(const ObjCInterfaceDecl *ID,
6971 llvm::Constant *CGObjCNonFragileABIMac::EmitIvarList(
6982 assert(OID && "CGObjCNonFragileABIMac::EmitIvarList - null interface");
7030 llvm::Constant *CGObjCNonFragileABIMac::GetOrEmitProtocolRef(
7074 llvm::Constant *CGObjCNonFragileABIMac::GetOrEmitProtocol(
7176 CGObjCNonFragileABIMac::EmitProtocolList(Twine Name,
7229 LValue CGObjCNonFragileABIMac::EmitObjCValueForIvar(
7242 CGObjCNonFragileABIMac::EmitIvarOffset(CodeGen::CodeGenFunction &CGF,
7294 CGObjCNonFragileABIMac::EmitVTableMessageSend(CodeGenFunction &CGF,
7351 assert(fn && "CGObjCNonFragileABIMac::EmitMessageSend");
7406 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
7424 CGObjCNonFragileABIMac::GetClassGlobal(const ObjCInterfaceDecl *ID,
7438 CGObjCNonFragileABIMac::GetClassGlobal(StringRef Name,
7467 CGObjCNonFragileABIMac::GetClassGlobalForClassRef(const ObjCInterfaceDecl *ID) {
7483 CGObjCNonFragileABIMac::EmitLoadOfClassRef(CodeGenFunction &CGF,
7498 CGObjCNonFragileABIMac::EmitClassRefFromId(CodeGenFunction &CGF,
7530 llvm::Value *CGObjCNonFragileABIMac::EmitClassRef(CodeGenFunction &CGF,
7540 llvm::Value *CGObjCNonFragileABIMac::EmitNSAutoreleasePoolClassRef(
7547 CGObjCNonFragileABIMac::EmitSuperClassRef(CodeGenFunction &CGF,
7569 llvm::Value *CGObjCNonFragileABIMac::EmitMetaClassRef(CodeGenFunction &CGF,
7591 llvm::Value *CGObjCNonFragileABIMac::GetClass(CodeGenFunction &CGF,
7607 CGObjCNonFragileABIMac::GenerateMessageSendSuper(CodeGen::CodeGenFunction &CGF,
7652 llvm::Value *CGObjCNonFragileABIMac::EmitSelector(CodeGenFunction &CGF,
7662 Address CGObjCNonFragileABIMac::EmitSelectorAddr(Selector Sel) {
7687 void CGObjCNonFragileABIMac::EmitObjCIvarAssign(CodeGen::CodeGenFunction &CGF,
7708 void CGObjCNonFragileABIMac::EmitObjCStrongCastAssign(
7726 void CGObjCNonFragileABIMac::EmitGCMemmoveCollectable(
7740 llvm::Value * CGObjCNonFragileABIMac::EmitObjCWeakRead(
7755 void CGObjCNonFragileABIMac::EmitObjCWeakAssign(CodeGen::CodeGenFunction &CGF,
7775 void CGObjCNonFragileABIMac::EmitObjCGlobalAssign(CodeGen::CodeGenFunction &CGF,
7798 CGObjCNonFragileABIMac::EmitSynchronizedStmt(CodeGen::CodeGenFunction &CGF,
7805 CGObjCNonFragileABIMac::GetEHType(QualType T) {
7830 void CGObjCNonFragileABIMac::EmitTryStmt(CodeGen::CodeGenFunction &CGF,
7838 void CGObjCNonFragileABIMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
7859 CGObjCNonFragileABIMac::GetInterfaceEHType(const ObjCInterfaceDecl *ID,
7943 return new CGObjCNonFragileABIMac(CGM);