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

References

include/llvm/XRay/Profile.h
   71   Expected<std::vector<FuncID>> expandPath(PathID P) const;
   75   PathID internPath(ArrayRef<FuncID> P);
  118     FuncID Func = 0;
lib/XRay/Profile.cpp
   78 static Expected<std::vector<Profile::FuncID>> readPath(DataExtractor &Extractor,
   81   std::vector<Profile::FuncID> Path;
  131 Expected<std::vector<Profile::FuncID>> Profile::expandPath(PathID P) const {
  137   std::vector<Profile::FuncID> Path;
  143 Profile::PathID Profile::internPath(ArrayRef<FuncID> P) {
  321   Profile::FuncID FuncId;
  358         SmallVector<Profile::FuncID, 16> Path;