Searched refs:ModuleLoader (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/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; 1162 HeaderSearch &Headers, ModuleLoader &TheModuleLoader, 1218 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 108 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 D | CompilerInstance.h | 73 class CompilerInstance : public ModuleLoader { 806 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
|
H A D | ASTUnit.h | 141 TrivialModuleLoader ModuleLoader; variable
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 82 ModuleLoader &TheModuleLoader, in Preprocessor() 1489 ModuleLoader::~ModuleLoader() = default;
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 613 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local 647 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1270 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 D | CompilerInstance.cpp | 67 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance() 1890 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST() 1896 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
|
H A D | ASTUnit.cpp | 829 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | Sema.cpp | 61 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 150 class ModuleLoader; variable 1913 ModuleLoader &getModuleLoader() const;
|