Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DProfile.cpp197 using PathDataMapPtr = std::unique_ptr<PathDataMap>; in mergeProfilesByThread() typedef
199 using ThreadProfileIndexMap = DenseMap<Profile::ThreadID, PathDataMapPtr>; in mergeProfilesByThread()
206 {Block.Thread, PathDataMapPtr{new PathDataMap()}}); in mergeProfilesByThread()