Home | History | Annotate | Download | only in cached

Lines Matching refs:Module

11 #include "llvm/IR/Module.h"
624 static Module *TheModule;
717 // Look up the name in the global module table.
1123 Module* parseInputIR(std::string InputFile) {
1125 Module *M = ParseIRFile(InputFile, Err, getGlobalContext());
1154 // Make the module, which holds all the code.
1158 TheModule = new Module("my cool jit", Context);
1161 // Create the JIT. This takes ownership of the module.