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.h83 class ModuleLoader {
88 explicit ModuleLoader(bool BuildingModule = false)
91 virtual ~ModuleLoader();
167 class TrivialModuleLoader : public ModuleLoader {
H A DPreprocessor.h165 ModuleLoader &TheModuleLoader;
1193 HeaderSearch &Headers, ModuleLoader &TheModuleLoader,
1248 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h312 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() argument
314 : Index(Index), ModuleLoader(std::move(ModuleLoader)), in FunctionImporter()
326 ModuleLoaderTy ModuleLoader; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp319 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
326 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h81 class CompilerInstance : public ModuleLoader {
908 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
H A DASTUnit.h156 TrivialModuleLoader ModuleLoader; variable
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp681 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
715 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp84 ModuleLoader &TheModuleLoader, in Preprocessor()
1658 ModuleLoader::~ModuleLoader() = default;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1889 Expected<std::unique_ptr<Module>> SrcModuleOrErr = ModuleLoader(ModName); in importFunctions()
2092 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModuleForTest() local
2095 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModuleForTest()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp72 : ModuleLoader(/*BuildingModule=*/ModCache), in CompilerInstance()
1968 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
1974 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
H A DASTUnit.cpp846 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp109 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h147 class ModuleLoader; variable
985 ModuleLoader &getModuleLoader() const;