reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/XRay/Profile.h
   71   Expected<std::vector<FuncID>> expandPath(PathID P) const;

References

lib/XRay/Profile.cpp
   32       B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))),
  210             Merged.internPath(cantFail(P.get().expandPath(PathID)));
  243             Merged.internPath(cantFail(P.get().expandPath(PathId)));
unittests/XRay/ProfileTest.cpp
   40   auto PathOrError = P.expandPath(PathID);