Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleLoader.h77 class ModuleLoader {
82 explicit ModuleLoader(bool BuildingModule = false)
85 virtual ~ModuleLoader();
161 class TrivialModuleLoader : public ModuleLoader {
H A DPreprocessor.h143 ModuleLoader &TheModuleLoader;
888 HeaderSearch &Headers, ModuleLoader &TheModuleLoader,
944 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h108 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() argument
110 : Index(Index), ModuleLoader(std::move(ModuleLoader)), in FunctionImporter()
121 ModuleLoaderTy ModuleLoader; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp293 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
300 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h73 class CompilerInstance : public ModuleLoader {
805 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
H A DASTUnit.h142 TrivialModuleLoader ModuleLoader; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1199 Expected<std::unique_ptr<Module>> SrcModuleOrErr = ModuleLoader(Name); in importFunctions()
1371 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModule() local
1374 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp82 ModuleLoader &TheModuleLoader, in Preprocessor()
1410 ModuleLoader::~ModuleLoader() = default;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp614 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
648 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp61 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance()
1765 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
1771 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
H A DASTUnit.cpp802 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp56 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h148 class ModuleLoader; variable
1777 ModuleLoader &getModuleLoader() const;