• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/

Lines Matching defs:CGObjCNonFragileABIMac

1407 class CGObjCNonFragileABIMac : public CGObjCCommonMac {
1611 CGObjCNonFragileABIMac(CodeGen::CodeGenModule &cgm);
1981 llvm::Constant *CGObjCNonFragileABIMac::getNSConstantStringClassRef() {
5751 CGObjCNonFragileABIMac::CGObjCNonFragileABIMac(CodeGen::CodeGenModule &cgm)
6192 llvm::Function *CGObjCNonFragileABIMac::ModuleInitFunction() {
6198 void CGObjCNonFragileABIMac::AddModuleClassList(
6231 void CGObjCNonFragileABIMac::FinishNonFragileABIModule() {
6275 bool CGObjCNonFragileABIMac::isVTableDispatchedSelector(Selector Sel) {
6348 llvm::GlobalVariable * CGObjCNonFragileABIMac::BuildClassRoTInitializer(
6394 assert(OID && "CGObjCNonFragileABIMac::BuildClassRoTInitializer");
6434 CGObjCNonFragileABIMac::BuildClassObject(const ObjCInterfaceDecl *CI,
6466 bool CGObjCNonFragileABIMac::ImplementationIsNonLazy(
6473 void CGObjCNonFragileABIMac::GetClassSizeInfo(const ObjCImplementationDecl *OID,
6509 void CGObjCNonFragileABIMac::GenerateClass(const ObjCImplementationDecl *ID) {
6539 assert(CI && "CGObjCNonFragileABIMac::GenerateClass - class is 0");
6642 llvm::Value *CGObjCNonFragileABIMac::GenerateProtocolRef(CodeGenFunction &CGF,
6685 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) {
6767 void CGObjCNonFragileABIMac::emitMethodConstant(ConstantArrayBuilder &builder,
6796 CGObjCNonFragileABIMac::emitMethodList(Twine name, MethodListType kind,
6861 CGObjCNonFragileABIMac::ObjCIvarOffsetVariable(const ObjCInterfaceDecl *ID,
6893 CGObjCNonFragileABIMac::EmitIvarOffsetVar(const ObjCInterfaceDecl *ID,
6941 llvm::Constant *CGObjCNonFragileABIMac::EmitIvarList(
6952 assert(OID && "CGObjCNonFragileABIMac::EmitIvarList - null interface");
7000 llvm::Constant *CGObjCNonFragileABIMac::GetOrEmitProtocolRef(
7042 llvm::Constant *CGObjCNonFragileABIMac::GetOrEmitProtocol(
7144 CGObjCNonFragileABIMac::EmitProtocolList(Twine Name,
7187 LValue CGObjCNonFragileABIMac::EmitObjCValueForIvar(
7200 CGObjCNonFragileABIMac::EmitIvarOffset(CodeGen::CodeGenFunction &CGF,
7251 CGObjCNonFragileABIMac::EmitVTableMessageSend(CodeGenFunction &CGF,
7308 assert(fn && "CGObjCNonFragileABIMac::EmitMessageSend");
7363 CGObjCNonFragileABIMac::GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
7381 CGObjCNonFragileABIMac::GetClassGlobal(const ObjCInterfaceDecl *ID,
7395 CGObjCNonFragileABIMac::GetClassGlobal(StringRef Name,
7424 CGObjCNonFragileABIMac::GetClassGlobalForClassRef(const ObjCInterfaceDecl *ID) {
7440 CGObjCNonFragileABIMac::EmitLoadOfClassRef(CodeGenFunction &CGF,
7455 CGObjCNonFragileABIMac::EmitClassRefFromId(CodeGenFunction &CGF,
7487 llvm::Value *CGObjCNonFragileABIMac::EmitClassRef(CodeGenFunction &CGF,
7497 llvm::Value *CGObjCNonFragileABIMac::EmitNSAutoreleasePoolClassRef(
7504 CGObjCNonFragileABIMac::EmitSuperClassRef(CodeGenFunction &CGF,
7527 llvm::Value *CGObjCNonFragileABIMac::EmitMetaClassRef(CodeGenFunction &CGF,
7550 llvm::Value *CGObjCNonFragileABIMac::GetClass(CodeGenFunction &CGF,
7566 CGObjCNonFragileABIMac::GenerateMessageSendSuper(CodeGen::CodeGenFunction &CGF,
7611 llvm::Value *CGObjCNonFragileABIMac::EmitSelector(CodeGenFunction &CGF,
7621 Address CGObjCNonFragileABIMac::EmitSelectorAddr(Selector Sel) {
7646 void CGObjCNonFragileABIMac::EmitObjCIvarAssign(CodeGen::CodeGenFunction &CGF,
7667 void CGObjCNonFragileABIMac::EmitObjCStrongCastAssign(
7685 void CGObjCNonFragileABIMac::EmitGCMemmoveCollectable(
7699 llvm::Value * CGObjCNonFragileABIMac::EmitObjCWeakRead(
7714 void CGObjCNonFragileABIMac::EmitObjCWeakAssign(CodeGen::CodeGenFunction &CGF,
7734 void CGObjCNonFragileABIMac::EmitObjCGlobalAssign(CodeGen::CodeGenFunction &CGF,
7757 CGObjCNonFragileABIMac::EmitSynchronizedStmt(CodeGen::CodeGenFunction &CGF,
7764 CGObjCNonFragileABIMac::GetEHType(QualType T) {
7789 void CGObjCNonFragileABIMac::EmitTryStmt(CodeGen::CodeGenFunction &CGF,
7797 void CGObjCNonFragileABIMac::EmitThrowStmt(CodeGen::CodeGenFunction &CGF,
7818 CGObjCNonFragileABIMac::GetInterfaceEHType(const ObjCInterfaceDecl *ID,
7902 return new CGObjCNonFragileABIMac(CGM);