Home | History | Annotate | Download | only in llvm-mcld

Lines Matching refs:Module

9 #include <mcld/Module.h>
29 #include <llvm/IR/Module.h>
94 TargetTriple("mtriple", cl::desc("Override target triple for module"));
128 cl::desc("Do not verify input module"));
1316 // Load the module to be compiled...
1317 std::auto_ptr<llvm::Module> M;
1319 // Load the module to be linked...
1321 mcld::Module LDIRModule(LDScript);
1359 M.reset(new Module("Empty Module", Context));
1361 Module &mod = *M.get();
1370 // 2. Use the triple in the input Module.
1413 // module/host triple.
1514 // Build up all of the passes that we want to do to the module.
1517 // Add the data layout from the target machine, if it exists, or the module.