Searched refs:ModuleLoader (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 83 class ModuleLoader { 88 explicit ModuleLoader(bool BuildingModule = false) 91 virtual ~ModuleLoader(); 167 class TrivialModuleLoader : public ModuleLoader {
|
| H A D | Preprocessor.h | 165 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 D | FunctionImport.h | 312 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 D | llvm-link.cpp | 319 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 D | CompilerInstance.h | 81 class CompilerInstance : public ModuleLoader { 908 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
|
| H A D | ASTUnit.h | 156 TrivialModuleLoader ModuleLoader; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 681 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local 715 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 84 ModuleLoader &TheModuleLoader, in Preprocessor() 1658 ModuleLoader::~ModuleLoader() = default;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1889 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 D | CompilerInstance.cpp | 72 : ModuleLoader(/*BuildingModule=*/ModCache), in CompilerInstance() 1968 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST() 1974 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
|
| H A D | ASTUnit.cpp | 846 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 109 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 147 class ModuleLoader; variable 985 ModuleLoader &getModuleLoader() const;
|