Home | History | Annotate | Download | only in IR

Lines Matching defs:Mod

129     Module *Mod;          // Module we are verifying right now
157 action(AbortProcessAction), Mod(0), Context(0), DT(0), DL(0),
162 : FunctionPass(ID), Broken(false), action(ctn), Mod(0),
168 Mod = &M;
183 Mod = F.getParent();
338 WriteAsOperand(MessagesStr, V, true, Mod);
2041 Assert1(F->getParent() == Mod, "Referencing function in another module!",
2050 Assert1(GV->getParent() == Mod, "Referencing global in another module!",