Home | History | Annotate | Download | only in IR

Lines Matching defs:Mod

123     Module *Mod;          // Module we are verifying right now
147 action(AbortProcessAction), Mod(0), Context(0), DT(0),
152 : FunctionPass(ID), Broken(false), action(ctn), Mod(0),
158 Mod = &M;
170 Mod = F.getParent();
314 WriteAsOperand(MessagesStr, V, true, Mod);
1873 Assert1(F->getParent() == Mod, "Referencing function in another module!",
1882 Assert1(GV->getParent() == Mod, "Referencing global in another module!",