Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
H A DIRMover.h44 typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT; typedef
83 MDMapT SharedMDs; ///< A Metadata map to use for all calls to \a move().
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueMap.h90 using MDMapT = DenseMap<const Metadata *, TrackingMDRef>; variable
94 Optional<MDMapT> MDMap;
115 MDMapT &MD() { in MD()
120 Optional<MDMapT> &getMDMap() { return MDMap; } in getMDMap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp373 typedef DenseMap<const Metadata *, TrackingMDRef> MDMapT; typedef
389 MDMapT &SharedMDs;
522 IRLinker(Module &DstM, MDMapT &SharedMDs, in IRLinker()