Home
last modified time | relevance | path

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

/freebsd/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.h151 ModuleLoader &TheModuleLoader;
1181 ModuleLoader &TheModuleLoader,
1237 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h117 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() argument
119 : Index(Index), ModuleLoader(std::move(ModuleLoader)), in FunctionImporter()
130 ModuleLoaderTy ModuleLoader; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h79 class CompilerInstance : public ModuleLoader {
881 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
H A DASTUnit.h144 TrivialModuleLoader ModuleLoader; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp330 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
337 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp624 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
658 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp86 ModuleLoader &TheModuleLoader, in Preprocessor()
1626 ModuleLoader::~ModuleLoader() = default;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1728 Expected<std::unique_ptr<Module>> SrcModuleOrErr = ModuleLoader(Name); in importFunctions()
1945 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModuleForTest() local
1948 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModuleForTest()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp68 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance()
1953 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
1959 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
H A DASTUnit.cpp844 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp87 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h155 class ModuleLoader; variable
672 ModuleLoader &getModuleLoader() const;