Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Linker/
H A DIRMover.h45 typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT; typedef
84 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DValueMap.h91 using MDMapT = DenseMap<const Metadata *, TrackingMDRef>; variable
95 Optional<MDMapT> MDMap;
117 MDMapT &MD() { in MD()
122 Optional<MDMapT> &getMDMap() { return MDMap; } in getMDMap()
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp379 typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT; typedef
395 MDMapT &SharedMDs;
505 IRLinker(Module &DstM, MDMapT &SharedMDs, in IRLinker()