Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getModule

1795       new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
1816 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
2228 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
2296 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
2303 GV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
2325 if (llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name,
2333 return new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
2343 if (llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name,
2349 return new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassTy, false,
2510 &CGM.getModule());
2524 new llvm::GlobalVariable(CGM.getModule(), Ty, false,
4069 Asm += CGM.getModule().getModuleInlineAsm();
4088 CGM.getModule().setModuleInlineAsm(OS.str());
4581 new llvm::GlobalVariable(CGM.getModule(), Init->getType(), false,
4796 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassRonfABITy, false,
4871 CGM.getModule(),
4879 CGM.getModule(),
4999 llvm::GlobalVariable *PTGV = CGM.getModule().getGlobalVariable(ProtocolName);
5003 CGM.getModule(),
5090 = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.CategorynfABITy,
5152 new llvm::GlobalVariable(CGM.getModule(), Init->getType(), false,
5169 CGM.getModule().getGlobalVariable(Name);
5172 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.LongTy,
5268 new llvm::GlobalVariable(CGM.getModule(), Init->getType(), false,
5289 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolnfABITy, false,
5394 getModule(), ObjCTypes.ProtocolnfABITy,
5407 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolnfABIPtrTy,
5440 CGM.getModule().getGlobalVariable(TmpName.str(), true);
5461 GV = new llvm::GlobalVariable(CGM.getModule(), Init->getType(), false,
5609 = CGM.getModule().getGlobalVariable(messageRefName);
5614 messageRef = new llvm::GlobalVariable(CGM.getModule(),
5666 llvm::GlobalVariable *GV = CGM.getModule().getGlobalVariable(Name);
5669 GV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABITy,
5685 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy,
5719 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy,
5745 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ClassnfABIPtrTy, false,
5838 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.SelectorPtrTy, false,
5978 CGM.getModule().getGlobalVariable("OBJC_EHTYPE_id");
5981 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.EHTypeTy,
6037 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.EHTypeTy, false,
6050 CGM.getModule().getGlobalVariable(VTableName);
6052 VTableGV = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.Int8PtrTy,
6071 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.EHTypeTy, false,