Lines Matching refs:Module
19 #include "llvm/IR/Module.h"
49 void insertCUDescriptor(Module *M, StringRef File, StringRef Dir,
93 OwningPtr<Module> M;
97 // Test empty named Module that is not supposed to be output to disk.
113 // Test a non-empty unnamed module that is output to an autogenerated file name.
126 // Test not specifying a name in the module -- DebugIR should generate a name
141 // Test empty named Module that is to be output to path specified at Module
153 // verify DebugIR was able to correctly parse the file name from module ID
160 // Test an empty unnamed module generates an output file whose path is specified
178 // Test an empty named module generates an output file at the path specified
197 // verify DebugIR did not generate a file at the path specified at Module
202 // Test a non-empty named module that is not supposed to be output to disk
220 // Test a non-empty named module that is output to disk.
238 // Test a non-empty unnamed module is output to a path specified at DebugIR
293 // Test a non-empty unnamed module that is not supposed to be output to disk
301 // No name in module or on DebugIR construction ==> DebugIR should assert