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.h45 typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT; typedef
86 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
93 std::optional<MDMapT> MDMap;
114 MDMapT &MD() { in MD()
119 std::optional<MDMapT> &getMDMap() { return MDMap; } in getMDMap()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp384 typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT; typedef
400 MDMapT &SharedMDs;
540 IRLinker(Module &DstM, MDMapT &SharedMDs, in IRLinker()