Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getModule

2653       new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
2676 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
3135 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
3203 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
3210 GV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
3232 if (llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name,
3240 return new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
3250 if (llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name,
3256 return new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
3417 &CGM.getModule());
3431 new llvm::GlobalVariable(CGM.getModule(), Ty, false,
4311 llvm::Module &Mod = CGM.getModule();
5008 Asm += CGM.getModule().getModuleInlineAsm();
5027 CGM.getModule().setModuleInlineAsm(OS.str());
5519 new llvm::GlobalVariable(CGM.getModule(), Init->getType(), false,
5719 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassRonfABITy, false,
5794 CGM.getModule(),
5802 CGM.getModule(),
5941 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName);
5945 CGM.getModule(),
6032 = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.CategorynfABITy,
6095 new llvm::GlobalVariable(CGM.getModule(), Init->getType(), false,
6112 CGM.getModule().getGlobalVariable(Name);
6115 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.LongTy,
6211 new llvm::GlobalVariable(CGM.getModule(), Init->getType(), false,
6232 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolnfABITy, false,
6353 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolnfABITy,
6368 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolnfABIPtrTy,
6401 CGM.getModule().getGlobalVariable(TmpName.str(), true);
6421 GV = new llvm::GlobalVariable(CGM.getModule(), Init->getType(), false,
6471 LI->setMetadata(CGM.getModule().getMDKindID("invariant.load"),
6574 = CGM.getModule
6579 messageRef = new llvm::GlobalVariable(CGM.getModule(),
6642 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
6645 GV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABITy,
6661 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy,
6695 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy,
6721 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy, false,
6807 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.SelectorPtrTy, false,
6819 LI->setMetadata(CGM.getModule().getMDKindID("invariant.load"),
6952 CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id");
6955 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.EHTypeTy,
7013 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.EHTypeTy, false,
7026 CGM.getModule().getGlobalVariable(VTableName);
7028 VTableGV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.Int8PtrTy,
7046 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.EHTypeTy, false,