Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getmodule

66     VMContext(CGM.getModule().getContext()) { }
144 llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name);
148 GV = new llvm::GlobalVariable(CGM.getModule(), CGM.Int8PtrTy,
498 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);
522 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name);
635 new llvm::GlobalVariable(CGM.getModule(), Init->getType(),