Home | History | Annotate | Download | only in Utils

Lines Matching refs:NewM

628   void CreateNewModule() { NewM = llvm::CloneModule(*OldM).release(); }
632 Module *NewM;
636 EXPECT_FALSE(verifyModule(*NewM));
646 Function *NewF = NewM->getFunction("f");
655 GlobalVariable *NewGV = NewM->getGlobalVariable("gv");
660 GlobalVariable *NewGV = NewM->getGlobalVariable("gv");
677 DISubprogram *SP = NewM->getFunction("f")->getSubprogram();
684 auto *NMD = NewM->getNamedMetadata("llvm.dbg.cu");
692 DISubprogram *SP = NewM->getFunction("f")->getSubprogram();
706 GlobalVariable *NewGV = NewM->getGlobalVariable("gv");
712 Function *NewF = NewM->getFunction("f");