Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/XRay/
H A DProfile.cpp31 for (const auto &PathData : Block.PathData) in Profile() local
32 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))), in Profile()
33 PathData.second}); in Profile()
122 if (B.PathData.empty()) in addBlock()
197 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByThread()
206 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread()
235 PathDataMap PathData; in mergeProfilesByStack() local
236 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByStack()
239 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByStack()
256 Block.reserve(PathData.size()); in mergeProfilesByStack()
[all …]
/llvm-project-15.0.7/llvm/unittests/XRay/
H A DProfileTest.cpp75 Field(&Profile::Block::PathData, in TEST()
99 Field(&Profile::Block::PathData, in TEST()
139 Field(&Profile::Block::PathData, in TEST()
150 Field(&Profile::Block::PathData, in TEST()
177 Field(&Profile::Block::PathData, in TEST()
203 Field(&Profile::Block::PathData, in TEST()
239 Field(&Profile::Block::PathData, in TEST()
250 Field(&Profile::Block::PathData, in TEST()
/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DProfile.h64 std::vector<std::pair<PathID, Data>> PathData; member