HomeSort by relevance Sort by last modified time
    Searched refs:Module (Results 151 - 175 of 5728) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
Lint.h 26 class Module;
31 /// Check a module or function.
34 /// @brief Check a module.
39 const Module &M ///< The module to be checked
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
PreISelIntrinsicLowering.h 20 class Module;
24 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 21 class Module;
28 void updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
ConstantMerge.h 27 class Module;
32 PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
ElimAvailExtern.h 22 class Module;
28 PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
GlobalOpt.h 23 class Module;
28 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
GlobalSplit.h 24 class Module;
29 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
PartialInlining.h 22 class Module;
27 PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
CtorUtils.h 23 class Module;
27 bool optimizeGlobalCtorsList(Module &M,
  /external/antlr/antlr-3.4/runtime/Perl5/
Build.PL 1 use Module::Build;
3 my $build = Module::Build->new(
  /external/clang/test/ARCMT/Inputs/Module.framework/Headers/
Module.h 5 // module is (otherwise) successfully included.
12 # error Module should have been built without -DFOO
15 @interface Module
16 +(const char *)version; // retrieve module version
23 #include <Module/Sub.h>
24 #include <Module/Buried/Treasure.h>
  /external/guice/core/src/com/google/inject/
Module.java 20 * A module contributes configuration information, typically interface
23 * {@code Module}s and some bootstrapping code.
25 * <p>Your Module classes can use a more streamlined syntax by extending
33 public interface Module {
36 * Contributes bindings and other configurations for this module to {@code binder}.
39 * {@link Binder#install(Module)}, which ensures that {@link Provides provider methods} are
  /external/webrtc/webrtc/modules/utility/include/
process_thread.h 18 class Module;
40 // Wakes the thread up to give a module a chance to do processing right
42 // module for when it should be called back. (Typically the module should
45 virtual void WakeUp(Module* module) = 0;
55 // Adds a module that will start to receive callbacks on the worker thread.
57 virtual void RegisterModule(Module* module) = 0;
59 // Removes a previously registered module
    [all...]
  /frameworks/rs/rsov/compiler/spirit/
pass.h 27 class Module;
30 // Module. An instanace of a derived class can be added to a PassQueue and
31 // applied to a Module, and produce a result Module with other passes.
36 // Runs the pass on the input module and returns the result module.
39 virtual Module *run(Module *module, int *error);
41 // Runs the pass on the input module, serializes the result module, an
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/annotations/DependencyChecker/Plugins/src/plugins/
ExtendedBoilerPlugin.java 41 import checker.Module;
49 @Require(value = Module.SPEAKER)
50 @Require(value = Module.GSM, minVersion = 3)
51 @Require(value = Module.DISPLAY)
  /prebuilts/jdk/jdk8/linux-x86/sample/annotations/DependencyChecker/Plugins/src/plugins/
ExtendedBoilerPlugin.java 41 import checker.Module;
49 @Require(value = Module.SPEAKER)
50 @Require(value = Module.GSM, minVersion = 3)
51 @Require(value = Module.DISPLAY)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
17 class Module;
22 /// pointer to the merged module so far. It doesn't take ownership of the
23 /// module since it is assumed that the user of this class will want to do
35 Linker(Module &M);
43 /// the new module and a list of global value names to be internalized by the
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
48 std::function<void(Module &, const StringSet<> &)>
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
17 class Module;
22 /// pointer to the merged module so far. It doesn't take ownership of the
23 /// module since it is assumed that the user of this class will want to do
35 Linker(Module &M);
43 /// the new module and a list of global value names to be internalized by the
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
48 std::function<void(Module &, const StringSet<> &)>
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
17 class Module;
22 /// pointer to the merged module so far. It doesn't take ownership of the
23 /// module since it is assumed that the user of this class will want to do
35 Linker(Module &M);
43 /// the new module and a list of global value names to be internalized by the
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
48 std::function<void(Module &, const StringSet<> &)>
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
17 class Module;
22 /// pointer to the merged module so far. It doesn't take ownership of the
23 /// module since it is assumed that the user of this class will want to do
35 Linker(Module &M);
43 /// the new module and a list of global value names to be internalized by the
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
48 std::function<void(Module &, const StringSet<> &)>
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
17 class Module;
22 /// pointer to the merged module so far. It doesn't take ownership of the
23 /// module since it is assumed that the user of this class will want to do
35 Linker(Module &M);
43 /// the new module and a list of global value names to be internalized by the
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
48 std::function<void(Module &, const StringSet<> &)>
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
17 class Module;
22 /// pointer to the merged module so far. It doesn't take ownership of the
23 /// module since it is assumed that the user of this class will want to do
35 Linker(Module &M);
43 /// the new module and a list of global value names to be internalized by the
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
48 std::function<void(Module &, const StringSet<> &)>
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
17 class Module;
22 /// pointer to the merged module so far. It doesn't take ownership of the
23 /// module since it is assumed that the user of this class will want to do
35 Linker(Module &M);
43 /// the new module and a list of global value names to be internalized by the
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
48 std::function<void(Module &, const StringSet<> &)>
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
17 class Module;
22 /// pointer to the merged module so far. It doesn't take ownership of the
23 /// module since it is assumed that the user of this class will want to do
35 Linker(Module &M);
43 /// the new module and a list of global value names to be internalized by the
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
48 std::function<void(Module &, const StringSet<> &)>
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Linker/
Linker.h 1 //===- Linker.h - Module Linker Interface -----------------------*- C++ -*-===//
17 class Module;
22 /// pointer to the merged module so far. It doesn't take ownership of the
23 /// module since it is assumed that the user of this class will want to do
35 Linker(Module &M);
43 /// the new module and a list of global value names to be internalized by the
47 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
48 std::function<void(Module &, const StringSet<> &)>
51 static bool linkModules(Module &Dest, std::unique_ptr<Module> Src
    [all...]

Completed in 343 milliseconds

1 2 3 4 5 67 8 91011>>