Home
last modified time | relevance | path

Searched refs:expandPath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp32 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))), in Profile()
131 Expected<std::vector<Profile::FuncID>> Profile::expandPath(PathID P) const { in expandPath() function in llvm::xray::Profile
210 Merged.internPath(cantFail(P.get().expandPath(PathID))); in mergeProfilesByThread()
243 Merged.internPath(cantFail(P.get().expandPath(PathId))); in mergeProfilesByStack()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h71 Expected<std::vector<FuncID>> expandPath(PathID P) const;