Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DProfile.h71 Expected<std::vector<FuncID>> expandPath(PathID P) const;
/llvm-project-15.0.7/llvm/unittests/XRay/
H A DProfileTest.cpp40 auto PathOrError = P.expandPath(PathID); in TEST()