Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getModule

66     VMContext(CGM.getModule().getContext()) { }
144 llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name);
148 GV = new llvm::GlobalVariable(CGM.getModule(), CGM.Int8PtrTy,
494 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);
552 llvm::GlobalVariable *TypeNameGV = CGM.getModule().getNamedGlobal(Name);
572 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name);
681 new llvm::GlobalVariable(CGM.getModule(), Init->getType(),