Home
last modified time | relevance | path

Searched refs:FuncID (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h55 using FuncID = int32_t; variable
71 Expected<std::vector<FuncID>> expandPath(PathID P) const;
75 PathID internPath(ArrayRef<FuncID> P);
118 FuncID Func = 0;
/src/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp78 static Expected<std::vector<Profile::FuncID>> readPath(DataExtractor &Extractor, in readPath()
81 std::vector<Profile::FuncID> Path; in readPath()
131 Expected<std::vector<Profile::FuncID>> Profile::expandPath(PathID P) const { in expandPath()
137 std::vector<Profile::FuncID> Path; in expandPath()
143 Profile::PathID Profile::internPath(ArrayRef<FuncID> P) { in internPath()
321 Profile::FuncID FuncId;
358 SmallVector<Profile::FuncID, 16> Path; in profileFromTrace()
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp608 for (auto FuncID : Caller.Indices) in visitKnownRecord() local
609 printTypeIndex("FuncID", FuncID); in visitKnownRecord()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1723 for (auto FuncID : Caller.Indices) { in visitKnownRecord()
1724 printTypeIndex(FieldName, FuncID); in visitKnownRecord()