Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DModuleLoader.h82 class ModuleLoader {
87 explicit ModuleLoader(bool BuildingModule = false)
90 virtual ~ModuleLoader();
166 class TrivialModuleLoader : public ModuleLoader {
H A DPreprocessor.h142 ModuleLoader &TheModuleLoader;
1162 HeaderSearch &Headers, ModuleLoader &TheModuleLoader,
1218 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h73 class CompilerInstance : public ModuleLoader {
806 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
H A DASTUnit.h141 TrivialModuleLoader ModuleLoader; variable
/openbsd/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp318 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local
325 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp82 ModuleLoader &TheModuleLoader, in Preprocessor()
1489 ModuleLoader::~ModuleLoader() = default;
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp613 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
647 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1270 Expected<std::unique_ptr<Module>> SrcModuleOrErr = ModuleLoader(Name); in importFunctions()
1441 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModule() local
1444 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModule()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp67 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance()
1890 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
1896 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
H A DASTUnit.cpp829 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp61 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h150 class ModuleLoader; variable
1913 ModuleLoader &getModuleLoader() const;