Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h56 using FuncID = int32_t; variable
72 LLVM_ABI Expected<std::vector<FuncID>> expandPath(PathID P) const;
76 LLVM_ABI PathID internPath(ArrayRef<FuncID> P);
119 FuncID Func = 0;
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp77 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()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1716 for (auto FuncID : Caller.Indices) { in visitKnownRecord()
1717 printTypeIndex(FieldName, FuncID); in visitKnownRecord()