HomeSort by relevance Sort by last modified time
    Searched refs:SharedMDs (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/Linker/
IRMover.h 81 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Linker/
IRMover.h 84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
  /external/llvm/lib/Linker/
IRMover.cpp 383 MDMapT &SharedMDs;
482 IRLinker(Module &DstM, MDMapT &SharedMDs,
488 SharedMDs(SharedMDs),
493 ValueMap.getMDMap() = std::move(SharedMDs);
497 ~IRLinker() { SharedMDs = std::move(*ValueMap.getMDMap()); }
    [all...]

Completed in 171 milliseconds