Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/skia/src/sksl/
H A DSkSLModuleLoader.cpp91 struct ModuleLoader::Impl {
119 ModuleLoader ModuleLoader::Get() { in Get()
120 static SkNoDestructor<ModuleLoader::Impl> sModuleLoaderImpl; in Get()
121 return ModuleLoader(*sModuleLoaderImpl); in Get()
124 ModuleLoader::ModuleLoader(ModuleLoader::Impl& m) : fModuleLoader(m) { in ModuleLoader() function in SkSL::ModuleLoader
128 ModuleLoader::~ModuleLoader() { in ~ModuleLoader()
132 void ModuleLoader::unloadModules() { in unloadModules()
144 ModuleLoader::Impl::Impl() { in Impl()
192 const BuiltinTypes& ModuleLoader::builtinTypes() { in builtinTypes()
196 const Module* ModuleLoader::rootModule() { in rootModule()
[all …]
H A DSkSLModuleLoader.h26 class ModuleLoader {
32 ModuleLoader(ModuleLoader::Impl&);
33 ~ModuleLoader();
37 static ModuleLoader Get();
H A DSkSLCompiler.cpp59 auto moduleLoader = ModuleLoader::Get(); in Compiler()
66 auto m = ModuleLoader::Get(); in moduleForProgramKind()
254 auto m = SkSL::ModuleLoader::Get(); in optimizeModuleBeforeMinifying()
/aosp_15_r20/external/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h48 std::function<std::unique_ptr<Module>(StringRef Identifier)> ModuleLoader) in FunctionImporter() argument
49 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {} in FunctionImporter()
63 std::function<std::unique_ptr<Module>(StringRef Identifier)> ModuleLoader; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DModuleLoader.h82 class ModuleLoader {
87 explicit ModuleLoader(bool BuildingModule = false)
90 virtual ~ModuleLoader();
166 class TrivialModuleLoader : public ModuleLoader {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DModuleLoader.h82 class ModuleLoader {
87 explicit ModuleLoader(bool BuildingModule = false)
90 virtual ~ModuleLoader();
166 class TrivialModuleLoader : public ModuleLoader {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DModuleLoader.h82 class ModuleLoader {
87 explicit ModuleLoader(bool BuildingModule = false)
90 virtual ~ModuleLoader();
166 class TrivialModuleLoader : public ModuleLoader {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DModuleLoader.h82 class ModuleLoader {
87 explicit ModuleLoader(bool BuildingModule = false)
90 virtual ~ModuleLoader();
166 class TrivialModuleLoader : public ModuleLoader {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h108 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader) in FunctionImporter() argument
109 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {} in FunctionImporter()
119 ModuleLoaderTy ModuleLoader; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DFunctionImport.h110 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() argument
112 : Index(Index), ModuleLoader(std::move(ModuleLoader)), in FunctionImporter()
123 ModuleLoaderTy ModuleLoader; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DFunctionImport.h110 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() argument
112 : Index(Index), ModuleLoader(std::move(ModuleLoader)), in FunctionImporter()
123 ModuleLoaderTy ModuleLoader; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DFunctionImport.h110 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() argument
112 : Index(Index), ModuleLoader(std::move(ModuleLoader)), in FunctionImporter()
123 ModuleLoaderTy ModuleLoader; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DFunctionImport.h110 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() argument
112 : Index(Index), ModuleLoader(std::move(ModuleLoader)), in FunctionImporter()
123 ModuleLoaderTy ModuleLoader; variable
/aosp_15_r20/external/clang/include/clang/Lex/
H A DModuleLoader.h56 class ModuleLoader {
60 explicit ModuleLoader(bool BuildingModule = false) :
64 virtual ~ModuleLoader();
H A DPreprocessor.h59 class ModuleLoader; variable
107 ModuleLoader &TheModuleLoader;
656 ModuleLoader &TheModuleLoader,
716 ModuleLoader &getModuleLoader() const { return TheModuleLoader; } in getModuleLoader()
/aosp_15_r20/external/python/jinja/tests/
Dtest_loader.py193 self.mod_env = Environment(loader=loaders.ModuleLoader(self.archive))
240 key = loaders.ModuleLoader.get_template_key("a/test.html")
288 mod_loader = loaders.ModuleLoader(pathlib.Path(mod_path))
300 mod_loader = loaders.ModuleLoader([pathlib.Path(mod_path), "/tmp/templates"])
/aosp_15_r20/external/llvm/include/llvm/LTO/
H A DLTO.h34 class ModuleLoader {
43 ModuleLoader(LLVMContext &Context, StringMap<MemoryBufferRef> &ModuleMap) in ModuleLoader() function
/aosp_15_r20/external/python/cpython2/Lib/
Dihooks.py206 class ModuleLoader(BasicModuleLoader): class
286 class FancyModuleLoader(ModuleLoader):
321 return ModuleLoader.load_module(self, name, stuff)
347 self.loader = loader or ModuleLoader(None, verbose)
/aosp_15_r20/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp215 auto ModuleLoader = [&Context](const char *argv0, in importFunctions() local
219 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader); in importFunctions()
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp582 std::unique_ptr<Module> SrcModule = ModuleLoader(Name); in importFunctions()
774 auto ModuleLoader = [&M](StringRef Identifier) { in runOnModule() local
777 FunctionImporter Importer(*Index, ModuleLoader); in runOnModule()
/aosp_15_r20/external/skia/tools/sksl-minify/
H A DSkSLMinify.cpp111 SkSL::ModuleLoader::Get().addPublicTypeAliases(modules.front().get()); in compile_module_list()
126 const SkSL::Module* parent = modules.empty() ? SkSL::ModuleLoader::Get().rootModule() in compile_module_list()
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dloaders.py421 class ModuleLoader(BaseLoader): class
463 return ModuleLoader.get_template_key(name) + '.py'
/aosp_15_r20/external/clang/lib/Lex/
H A DPreprocessor.cpp65 ModuleLoader &TheModuleLoader, in Preprocessor()
904 ModuleLoader::~ModuleLoader() { } in ~ModuleLoader()
/aosp_15_r20/external/python/jinja/src/jinja2/
Dloaders.py504 class ModuleLoader(BaseLoader): class
547 return ModuleLoader.get_template_key(name) + ".py"

123