Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h46 typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT; typedef
88 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h89 using MDMapT = DenseMap<const Metadata *, TrackingMDRef>; variable
95 std::optional<MDMapT> MDMap;
116 MDMapT &MD() { in MD()
121 std::optional<MDMapT> &getMDMap() { return MDMap; } in getMDMap()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp285 typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT; typedef
301 MDMapT &SharedMDs;
435 IRLinker(Module &DstM, MDMapT &SharedMDs, in IRLinker()