Home
last modified time | relevance | path

Searched refs:StartModule (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp136 llvm::Module *StartModule(llvm::StringRef ModuleName, in StartModule() function in __anon1a4befbb0111::CodeGeneratorImpl
357 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, in StartModule() function in CodeGenerator
359 return static_cast<CodeGeneratorImpl*>(this)->StartModule(ModuleName, C); in StartModule()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DModuleBuilder.h98 llvm::Module* StartModule(llvm::StringRef ModuleName, llvm::LLVMContext &C);
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp272 CG->StartModule("incr_module_" + std::to_string(PTUs.size()), in Parse()