Lines Matching refs:PathData
32 for (const auto &PathData : Block.PathData) in Profile() local
33 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))), in Profile()
34 PathData.second}); in Profile()
123 if (B.PathData.empty()) in addBlock()
198 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByThread()
207 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread()
236 PathDataMap PathData; in mergeProfilesByStack() local
237 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByStack()
240 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByStack()
247 std::tie(PathDataIt, Inserted) = PathData.insert({NewPathID, Data}); in mergeProfilesByStack()
257 Block.reserve(PathData.size()); in mergeProfilesByStack()
258 copy(PathData, std::back_inserter(Block)); in mergeProfilesByStack()