Home
last modified time | relevance | path

Searched refs:ModuleLoader (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h82 class ModuleLoader {
87 explicit ModuleLoader(bool BuildingModule = false)
90 virtual ~ModuleLoader();
166 class TrivialModuleLoader : public ModuleLoader {
H A DPreprocessor.h142 ModuleLoader &TheModuleLoader;
1161 ModuleLoader &TheModuleLoader,
1217 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h110 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() argument
112 : Index(Index), ModuleLoader(std::move(ModuleLoader)), in FunctionImporter()
123 ModuleLoaderTy ModuleLoader; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h79 class CompilerInstance : public ModuleLoader {
839 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
H A DASTUnit.h144 TrivialModuleLoader ModuleLoader; variable
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp318 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
325 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp622 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
656 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp82 ModuleLoader &TheModuleLoader, in Preprocessor()
1546 ModuleLoader::~ModuleLoader() = default;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1619 Expected<std::unique_ptr<Module>> SrcModuleOrErr = ModuleLoader(Name); in importFunctions()
1793 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModuleForTest() local
1796 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModuleForTest()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp68 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance()
1911 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
1917 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
H A DASTUnit.cpp832 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp62 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h151 class ModuleLoader; variable
1956 ModuleLoader &getModuleLoader() const;