Searched refs:makeLLVMModule (Results 1 – 4 of 4) sorted by relevance
25 static Module *makeLLVMModule() { in makeLLVMModule() function48 std::unique_ptr<Module> Mod(makeLLVMModule()); in writeModuleToBuffer()
345 Module* makeLLVMModule();349 std::unique_ptr<Module> M(makeLLVMModule()); in MemoryTestHelper()360 Module *M = makeLLVMModule(); in MemoryTestHelper()396 Module *M = makeLLVMModule(); in TEST()410 Module* makeLLVMModule() { in makeLLVMModule() function
190 Module* makeLLVMModule(DPass *P) { in makeLLVMModule() function221 std::unique_ptr<Module> M(makeLLVMModule(P)); in TEST()
1 ; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule