Searched refs:ModuleLoader (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 82 class ModuleLoader { 87 explicit ModuleLoader(bool BuildingModule = false) 90 virtual ~ModuleLoader(); 166 class TrivialModuleLoader : public ModuleLoader {
|
| H A D | Preprocessor.h | 142 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 D | FunctionImport.h | 110 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 D | CompilerInstance.h | 79 class CompilerInstance : public ModuleLoader { 839 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
|
| H A D | ASTUnit.h | 144 TrivialModuleLoader ModuleLoader; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 318 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 D | LTOBackend.cpp | 622 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 D | Preprocessor.cpp | 82 ModuleLoader &TheModuleLoader, in Preprocessor() 1546 ModuleLoader::~ModuleLoader() = default;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1619 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 D | CompilerInstance.cpp | 68 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance() 1911 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST() 1917 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
|
| H A D | ASTUnit.cpp | 832 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 62 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 151 class ModuleLoader; variable 1956 ModuleLoader &getModuleLoader() const;
|