reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
64 std::vector<std::pair<PathID, Data>> PathData; 71 Expected<std::vector<FuncID>> expandPath(PathID P) const; 75 PathID internPath(ArrayRef<FuncID> P); 121 PathID ID = 0; 134 DenseMap<PathID, TrieNode *> PathIDMap; 137 PathID NextID = 1;lib/XRay/Profile.cpp
131 Expected<std::vector<Profile::FuncID>> Profile::expandPath(PathID P) const { 143 Profile::PathID Profile::internPath(ArrayRef<FuncID> P) { 195 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>; 234 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>; 334 DenseMap<Profile::ThreadID, DenseMap<Profile::PathID, Profile::Data>>