Searched refs:ModuleLoader (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/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 | 151 ModuleLoader &TheModuleLoader; 1181 ModuleLoader &TheModuleLoader, 1237 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 117 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() argument 119 : Index(Index), ModuleLoader(std::move(ModuleLoader)), in FunctionImporter() 130 ModuleLoaderTy ModuleLoader; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 79 class CompilerInstance : public ModuleLoader { 881 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
|
H A D | ASTUnit.h | 144 TrivialModuleLoader ModuleLoader; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 330 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() local 337 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 624 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local 658 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 86 ModuleLoader &TheModuleLoader, in Preprocessor() 1626 ModuleLoader::~ModuleLoader() = default;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1728 Expected<std::unique_ptr<Module>> SrcModuleOrErr = ModuleLoader(Name); in importFunctions() 1945 auto ModuleLoader = [&M](StringRef Identifier) { in doImportingForModuleForTest() local 1948 FunctionImporter Importer(*Index, ModuleLoader, in doImportingForModuleForTest()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 68 : ModuleLoader(/* BuildingModule = */ SharedModuleCache), in CompilerInstance() 1953 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST() 1959 ModuleLoader::HadFatalFailure = true; in findOrCompileModuleAndReadAST()
|
H A D | ASTUnit.cpp | 844 AST->getSourceManager(), HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 87 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 155 class ModuleLoader; variable 672 ModuleLoader &getModuleLoader() const;
|