Searched refs:makeLLVMModule (Results 1 – 4 of 4) sorted by relevance
25 static Module *makeLLVMModule() { in makeLLVMModule() function48 Module *Mod = makeLLVMModule(); in writeModuleToBuffer()
334 Module* makeLLVMModule();338 OwningPtr<Module> M(makeLLVMModule()); in MemoryTestHelper()349 Module *M = makeLLVMModule(); in MemoryTestHelper()385 Module *M = makeLLVMModule(); in TEST()399 Module* makeLLVMModule() { in makeLLVMModule() function
154 Module* makeLLVMModule(DPass *P) { in makeLLVMModule() function185 Module *M = makeLLVMModule(P); in TEST()
1 ; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule