Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp129 llvm::Module *StartModule(llvm::StringRef ModuleName, in StartModule() function in __anonf4efd53f0111::CodeGeneratorImpl
334 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, in StartModule() function in CodeGenerator
336 return static_cast<CodeGeneratorImpl*>(this)->StartModule(ModuleName, C); in StartModule()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h89 llvm::Module* StartModule(llvm::StringRef ModuleName, llvm::LLVMContext &C);
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp284 CG->StartModule("incr_module_" + std::to_string(PTUs.size()), in Parse()