Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUncheckedOptionalAccessCheck.cpp38 static constexpr llvm::StringLiteral FuncID("fun"); variable
87 .bind(FuncID), in registerMatchers()
96 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>(FuncID); in check()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-inlinees.test32 CHECK-NEXT: FuncID: f (0x1003)
33 CHECK-NEXT: FuncID: h (0x1004)
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp593 for (auto FuncID : Caller.Indices) in visitKnownRecord() local
594 printTypeIndex("FuncID", FuncID); in visitKnownRecord()
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-file-statics-a.yaml1328 FuncID: [ 4103 ]
1496 FuncID: [ 4103 ]
1527 FuncID: [ 4099 ]
H A Dpdb-file-statics-b.yaml1303 FuncID: [ 4099 ]