HomeSort by relevance Sort by last modified time
    Searched defs:ModuleLoader (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/include/llvm/LTO/
LTO.h 34 class ModuleLoader {
43 ModuleLoader(LLVMContext &Context, StringMap<MemoryBufferRef> &ModuleMap)
  /external/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 38 /// the module identifier to pass to the ModuleLoader. The value is the set of
48 std::function<std::unique_ptr<Module>(StringRef Identifier)> ModuleLoader)
49 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {}
63 std::function<std::unique_ptr<Module>(StringRef Identifier)> ModuleLoader;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 40 /// the module identifier to pass to the ModuleLoader. The value is the set of
52 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader)
53 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {}
64 ModuleLoaderTy ModuleLoader;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 40 /// the module identifier to pass to the ModuleLoader. The value is the set of
52 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader)
53 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {}
64 ModuleLoaderTy ModuleLoader;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 40 /// the module identifier to pass to the ModuleLoader. The value is the set of
52 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader)
53 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {}
64 ModuleLoaderTy ModuleLoader;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 40 /// the module identifier to pass to the ModuleLoader. The value is the set of
52 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader)
53 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {}
64 ModuleLoaderTy ModuleLoader;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 40 /// the module identifier to pass to the ModuleLoader. The value is the set of
52 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader)
53 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {}
64 ModuleLoaderTy ModuleLoader;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 40 /// the module identifier to pass to the ModuleLoader. The value is the set of
52 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader)
53 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {}
64 ModuleLoaderTy ModuleLoader;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 40 /// the module identifier to pass to the ModuleLoader. The value is the set of
52 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader)
53 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {}
64 ModuleLoaderTy ModuleLoader;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 40 /// the module identifier to pass to the ModuleLoader. The value is the set of
52 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader)
53 : Index(Index), ModuleLoader(std::move(ModuleLoader)) {}
64 ModuleLoaderTy ModuleLoader;
  /external/clang/include/clang/Lex/
ModuleLoader.h 1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
10 // This file defines the ModuleLoader interface, which is responsible for
56 class ModuleLoader {
60 explicit ModuleLoader(bool BuildingModule = false) :
64 virtual ~ModuleLoader();
  /external/libmojo/third_party/jinja2/
loaders.py 411 class ModuleLoader(BaseLoader):
417 ... ModuleLoader('/path/to/compiled/templates'),
453 return ModuleLoader.get_template_key(name) + '.py'
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
ModuleLoader.h 1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
10 // This file defines the ModuleLoader interface, which is responsible for
69 class ModuleLoader {
73 explicit ModuleLoader(bool BuildingModule = false) :
77 virtual ~ModuleLoader();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
ModuleLoader.h 1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
10 // This file defines the ModuleLoader interface, which is responsible for
69 class ModuleLoader {
73 explicit ModuleLoader(bool BuildingModule = false) :
77 virtual ~ModuleLoader();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
ModuleLoader.h 1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
10 // This file defines the ModuleLoader interface, which is responsible for
69 class ModuleLoader {
73 explicit ModuleLoader(bool BuildingModule = false) :
77 virtual ~ModuleLoader();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ModuleLoader.h 1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
10 // This file defines the ModuleLoader interface, which is responsible for
69 class ModuleLoader {
73 explicit ModuleLoader(bool BuildingModule = false) :
77 virtual ~ModuleLoader();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
ModuleLoader.h 1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
10 // This file defines the ModuleLoader interface, which is responsible for
69 class ModuleLoader {
73 explicit ModuleLoader(bool BuildingModule = false) :
77 virtual ~ModuleLoader();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
ModuleLoader.h 1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
10 // This file defines the ModuleLoader interface, which is responsible for
69 class ModuleLoader {
73 explicit ModuleLoader(bool BuildingModule = false) :
77 virtual ~ModuleLoader();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
ModuleLoader.h 1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
10 // This file defines the ModuleLoader interface, which is responsible for
69 class ModuleLoader {
73 explicit ModuleLoader(bool BuildingModule = false) :
77 virtual ~ModuleLoader();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ModuleLoader.h 1 //===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
10 // This file defines the ModuleLoader interface, which is responsible for
69 class ModuleLoader {
73 explicit ModuleLoader(bool BuildingModule = false) :
77 virtual ~ModuleLoader();
  /external/llvm/tools/llvm-link/
llvm-link.cpp 215 auto ModuleLoader = [&Context](const char *argv0,
219 ModuleLazyLoaderCache ModuleLoaderCache(ModuleLoader);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ihooks.py 28 strategy used by the built-in __import__ function: ModuleLoader uses
61 __all__ = ["BasicModuleLoader","Hooks","ModuleLoader","FancyModuleLoader",
206 class ModuleLoader(BasicModuleLoader):
286 class FancyModuleLoader(ModuleLoader):
321 return ModuleLoader.load_module(self, name, stuff)
347 self.loader = loader or ModuleLoader(None, verbose)
  /external/python/cpython2/Lib/
ihooks.py 28 strategy used by the built-in __import__ function: ModuleLoader uses
61 __all__ = ["BasicModuleLoader","Hooks","ModuleLoader","FancyModuleLoader",
206 class ModuleLoader(BasicModuleLoader):
286 class FancyModuleLoader(ModuleLoader):
321 return ModuleLoader.load_module(self, name, stuff)
347 self.loader = loader or ModuleLoader(None, verbose)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ihooks.py 28 strategy used by the built-in __import__ function: ModuleLoader uses
61 __all__ = ["BasicModuleLoader","Hooks","ModuleLoader","FancyModuleLoader",
206 class ModuleLoader(BasicModuleLoader):
286 class FancyModuleLoader(ModuleLoader):
321 return ModuleLoader.load_module(self, name, stuff)
347 self.loader = loader or ModuleLoader(None, verbose)
  /prebuilts/gdb/linux-x86/lib/python2.7/
ihooks.py 28 strategy used by the built-in __import__ function: ModuleLoader uses
61 __all__ = ["BasicModuleLoader","Hooks","ModuleLoader","FancyModuleLoader",
206 class ModuleLoader(BasicModuleLoader):
286 class FancyModuleLoader(ModuleLoader):
321 return ModuleLoader.load_module(self, name, stuff)
347 self.loader = loader or ModuleLoader(None, verbose)

Completed in 524 milliseconds

1 2