Searched refs:MDMapT (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h44 typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT; typedef in class:llvm::IRMover
83 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h90 using MDMapT = DenseMap<const Metadata *, TrackingMDRef>;
94 Optional<MDMapT> MDMap;
115 MDMapT &MD() {
120 Optional<MDMapT> &getMDMap() { return MDMap; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp382 typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT; typedef in namespace:__anon3709
398 MDMapT &SharedMDs;
523 IRLinker(Module &DstM, MDMapT &SharedMDs,

Completed in 62 milliseconds