Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DProfile.cpp32 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()
257 Block.reserve(PathData.size()); in mergeProfilesByStack()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/XRay/
H A DProfile.h65 std::vector<std::pair<PathID, Data>> PathData; member
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp284 SmallString<128> PathData; in addFile() local
285 StringRef Path = (Config->Sysroot + S).toStringRef(PathData); in addFile()