Searched refs:PathData (Results 1 – 3 of 3) sorted by relevance
32 for (const auto &PathData : Block.PathData) in Profile() local33 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() local237 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByStack()240 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByStack()257 Block.reserve(PathData.size()); in mergeProfilesByStack()[all …]
65 std::vector<std::pair<PathID, Data>> PathData; member
284 SmallString<128> PathData; in addFile() local285 StringRef Path = (Config->Sysroot + S).toStringRef(PathData); in addFile()