HomeSort by relevance Sort by last modified time
    Searched defs:Mover (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/Linker/
Linker.h 25 IRMover Mover;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 26 IRMover Mover;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 26 IRMover Mover;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 26 IRMover Mover;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 26 IRMover Mover;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 26 IRMover Mover;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 26 IRMover Mover;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 26 IRMover Mover;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
Linker.h 26 IRMover Mover;
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 230 /** \class Mover
231 * \brief Mover provides the interface for moving iterator forward.
233 * Mover is a function object (functor). @ref Mover::move moves
234 * iterator forward in certain direction. @ref Mover::connect
237 struct Mover {
240 virtual ~Mover() {}
246 struct Succeeder : public Mover {
257 struct Includer : public Mover {
280 const Mover& pMover
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 279 std::unique_ptr<IRMover> Mover;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 279 std::unique_ptr<IRMover> Mover;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 279 std::unique_ptr<IRMover> Mover;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 279 std::unique_ptr<IRMover> Mover;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 279 std::unique_ptr<IRMover> Mover;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 279 std::unique_ptr<IRMover> Mover;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 279 std::unique_ptr<IRMover> Mover;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 279 std::unique_ptr<IRMover> Mover;
  /external/llvm/lib/Linker/
LinkModules.cpp 30 IRMover &Mover;
44 /// The mover has just hit GV and we have to decide if it, and other members
61 /// Should we have mover and linker error diag info?
84 Module &DstM = Mover.getModule();
120 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags,
122 : Mover(Mover), SrcM(std::move(SrcM)), Flags(Flags),
172 Module &DstM = Mover.getModule();
238 Module &DstM = Mover.getModule();
487 Module &DstM = Mover.getModule()
    [all...]

Completed in 254 milliseconds