Lines Matching refs:Module
22 #include "llvm/IR/Module.h"
36 /// Run: module ::= toplevelentity*
46 /// module.
178 for (Module::iterator FI = M->begin(), FE = M->end(); FI != FE; )
289 /// ::= 'module' 'asm' STRINGCONSTANT
295 if (ParseToken(lltok::kw_asm, "expected 'module asm'") ||
657 // Okay, create the alias but do not insert it into the module yet.
686 // Insert into the module, we know its name won't collide now.
765 // Move the forward-reference to the correct spot in the module.
3095 else // Move the forward-reference to the correct spot in the module.