Lines Matching refs:Module
9 #include "llvm/IR/Module.h"606 static Module *TheModule;692 // Look up the name in the global module table.1099 // Make the module, which holds all the code.1100 TheModule = new Module("my cool jit", Context);1102 // Create the JIT. This takes ownership of the module.