Searched refs:ModuleLoader (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 74 class ModuleLoader { 79 explicit ModuleLoader(bool BuildingModule = false) 82 virtual ~ModuleLoader(); 157 class TrivialModuleLoader : public ModuleLoader {
|
| H A D | Preprocessor.h | 139 ModuleLoader &TheModuleLoader; 781 HeaderSearch &Headers, ModuleLoader &TheModuleLoader, 838 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 109 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader) in FunctionImporter() argument 110 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {} in FunctionImporter() 120 ModuleLoaderTy ModuleLoader; variable
|
| /freebsd-12.1/contrib/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 221 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local 226 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 73 class CompilerInstance : public ModuleLoader { 804 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
|
| H A D | ASTUnit.h | 140 TrivialModuleLoader ModuleLoader; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 82 HeaderSearch &Headers, ModuleLoader &TheModuleLoader, in Preprocessor() 1068 ModuleLoader::~ModuleLoader() = default;
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 505 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local 515 FunctionImporter Importer(CombinedIndex, ModuleLoader); in thinBackend()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1088 Expected<std::unique_ptr<Module>> SrcModuleOrErr = ModuleLoader(Name); in importFunctions() 1250 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModule() local 1253 FunctionImporter Importer(*Index, ModuleLoader); in doImportingForModule()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 62 : ModuleLoader(/* BuildingModule = */ SharedPCMCache), in CompilerInstance() 1818 ModuleLoader::HadFatalFailure = true; in loadModule() 1825 ModuleLoader::HadFatalFailure = true; in loadModule()
|
| H A D | ASTUnit.cpp | 782 AST->getSourceManager(), *AST->PCMCache, HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | Sema.cpp | 50 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 139 class ModuleLoader; variable 1330 ModuleLoader &getModuleLoader() const;
|