Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
1035 HeaderSearch &Headers, ModuleLoader &TheModuleLoader,
1091 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.h134 TrivialModuleLoader ModuleLoader; variable
H A DExpandModularHeadersPPCallbacks.cpp95 *HeaderInfo, ModuleLoader, in ExpandModularHeadersPPCallbacks()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h72 class CompilerInstance : public ModuleLoader {
804 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
H A DASTUnit.h142 TrivialModuleLoader ModuleLoader; variable
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp318 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
325 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1236 Expected<std::unique_ptr<Module>> SrcModuleOrErr = ModuleLoader(Name); in importFunctions()
1407 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModule() local
1410 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModule()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp82 ModuleLoader &TheModuleLoader, in Preprocessor()
1487 ModuleLoader::~ModuleLoader() = default;
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp611 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
645 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp63 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance()
1876 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
1882 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
H A DASTUnit.cpp801 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp59 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h150 class ModuleLoader; variable
1881 ModuleLoader &getModuleLoader() const;