Searched refs:PathData (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp31 for (const auto &PathData : Block.PathData)
32 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))),
33 PathData.second});
122 if (B.PathData.empty())
197 using PathDataVector = decltype(Profile::Block::PathData);
206 for (const auto &PathAndData : Block.PathData) {
235 PathDataMap PathData;
236 using PathDataVector = decltype(Profile::Block::PathData);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h64 std::vector<std::pair<PathID, Data>> PathData; member in struct:llvm::xray::Profile::Block
81 /// - The PathData component of the Block is empty

Completed in 84 milliseconds