Lines Matching refs:Module
11 #include "llvm/IR/Module.h"609 static Module *TheModule;699 // Look up the name in the global module table.1118 // Make the module, which holds all the code.1119 TheModule = new Module("my cool jit", Context);1121 // Create the JIT. This takes ownership of the module.