Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h74 class ModuleLoader {
79 explicit ModuleLoader(bool BuildingModule = false)
82 virtual ~ModuleLoader();
157 class TrivialModuleLoader : public ModuleLoader {
H A DPreprocessor.h139 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 DFunctionImport.h109 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 Dllvm-link.cpp221 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 DCompilerInstance.h73 class CompilerInstance : public ModuleLoader {
804 return ModuleLoader::HadFatalFailure; in hadModuleLoaderFatalFailure()
H A DASTUnit.h140 TrivialModuleLoader ModuleLoader; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp82 HeaderSearch &Headers, ModuleLoader &TheModuleLoader, in Preprocessor()
1068 ModuleLoader::~ModuleLoader() = default;
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp505 auto ModuleLoader = [&](StringRef Identifier) { in thinBackend() local
515 FunctionImporter Importer(CombinedIndex, ModuleLoader); in thinBackend()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1088 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 DCompilerInstance.cpp62 : ModuleLoader(/* BuildingModule = */ SharedPCMCache), in CompilerInstance()
1818 ModuleLoader::HadFatalFailure = true; in loadModule()
1825 ModuleLoader::HadFatalFailure = true; in loadModule()
H A DASTUnit.cpp782 AST->getSourceManager(), *AST->PCMCache, HeaderInfo, AST->ModuleLoader, in LoadFromASTFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp50 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h139 class ModuleLoader; variable
1330 ModuleLoader &getModuleLoader() const;