Home
last modified time | relevance | path

Searched refs:internPath (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()
143 Profile::PathID Profile::internPath(ArrayRef<FuncID> P) { in internPath() 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()
310 {{P.internPath(Path), std::move(Data)}}})) in loadProfile()
361 auto InternedPath = P.internPath(Path); in profileFromTrace()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h75 PathID internPath(ArrayRef<FuncID> P);