Lines Matching refs:Module
24 #include "llvm/IR/Module.h"
71 TargetTriple("mtriple", cl::desc("Override target triple for module"));
74 cl::desc("Do not verify input module"));
194 // Compile the module TimeCompilations times to give better compile time
203 // Load the module to be compiled...
205 OwningPtr<Module> M;
206 Module *mod = 0;
212 // If user just wants to list available options, skip module loading
313 // Build up all of the passes that we want to do to the module.
316 // Add an appropriate TargetLibraryInfo pass for the module's triple.
325 // Add the target data from the target machine, if it exists, or the module.