Searched refs:ModuleLoader (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 77 class ModuleLoader { 82 explicit ModuleLoader(bool BuildingModule = false) 85 virtual ~ModuleLoader(); 161 class TrivialModuleLoader : public ModuleLoader {
|
H A D | Preprocessor.h | 143 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 D | FunctionImport.h | 108 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 D | llvm-link.cpp | 293 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 D | CompilerInstance.h | 73 class CompilerInstance : public ModuleLoader { 805 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
|
H A D | ASTUnit.h | 142 TrivialModuleLoader ModuleLoader; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1199 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 D | Preprocessor.cpp | 82 ModuleLoader &TheModuleLoader, in Preprocessor() 1410 ModuleLoader::~ModuleLoader() = default;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 614 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 D | CompilerInstance.cpp | 61 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance() 1765 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST() 1771 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
|
H A D | ASTUnit.cpp | 802 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | Sema.cpp | 56 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 148 class ModuleLoader; variable 1777 ModuleLoader &getModuleLoader() const;
|