Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getModule

68     VMContext(CGM.getModule().getContext()),
147 llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name);
151 GV = new llvm::GlobalVariable(CGM.getModule(), Int8PtrTy, /*Constant=*/true,
483 CGM.getModule().getOrInsertGlobal(VTableName, Int8PtrTy);
541 llvm::GlobalVariable *TypeNameGV = CGM.getModule().getNamedGlobal(Name);
561 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name);
671 new llvm::GlobalVariable(CGM.getModule(), Init->getType(),