Searched refs:StartModule (Results 1 – 3 of 3) sorted by relevance
136 llvm::Module *StartModule(llvm::StringRef ModuleName, in StartModule() function in __anonbec9d48b0111::CodeGeneratorImpl358 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, in StartModule() function in CodeGenerator360 return static_cast<CodeGeneratorImpl*>(this)->StartModule(ModuleName, C); in StartModule()
102 llvm::Module* StartModule(llvm::StringRef ModuleName, llvm::LLVMContext &C);
382 CG->StartModule("incr_module_" + std::to_string(ID++), M->getContext()); in GenModule()