Searched refs:FuncID (Results 1 – 4 of 4) sorted by relevance
56 using FuncID = int32_t; variable72 LLVM_ABI Expected<std::vector<FuncID>> expandPath(PathID P) const;76 LLVM_ABI PathID internPath(ArrayRef<FuncID> P);119 FuncID Func = 0;
77 static Expected<std::vector<Profile::FuncID>> readPath(DataExtractor &Extractor, in readPath()80 std::vector<Profile::FuncID> Path; in readPath()130 Expected<std::vector<Profile::FuncID>> Profile::expandPath(PathID P) const { in expandPath()136 std::vector<Profile::FuncID> Path; in expandPath()142 Profile::PathID Profile::internPath(ArrayRef<FuncID> P) { in internPath()320 Profile::FuncID FuncId;357 SmallVector<Profile::FuncID, 16> Path; in profileFromTrace()
608 for (auto FuncID : Caller.Indices) in visitKnownRecord() local609 printTypeIndex("FuncID", FuncID); in visitKnownRecord()
1716 for (auto FuncID : Caller.Indices) { in visitKnownRecord()1717 printTypeIndex(FieldName, FuncID); in visitKnownRecord()