Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
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;
/external/llvm-project/llvm/include/llvm/XRay/
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;
/external/llvm-project/llvm/lib/XRay/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
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()
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-inlinees.test32 CHECK-NEXT: FuncID: f (0x1003)
33 CHECK-NEXT: FuncID: h (0x1004)
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h262 Constant *getRuntimeHelperFunc(RuntimeHelper FuncID) const { in getRuntimeHelperFunc() argument
263 assert(FuncID < RuntimeHelper::H_Num); in getRuntimeHelperFunc()
264 Constant *Result = RuntimeHelperFunc[static_cast<size_t>(FuncID)]; in getRuntimeHelperFunc()
DIceTargetLowering.cpp928 InstCall *TargetLowering::makeHelperCall(RuntimeHelper FuncID, Variable *Dest, in makeHelperCall() argument
931 Constant *CallTarget = Ctx->getRuntimeHelperFunc(FuncID); in makeHelperCall()
DIceTargetLowering.h488 InstCall *makeHelperCall(RuntimeHelper FuncID, Variable *Dest, SizeT MaxSrcs);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp595 for (auto FuncID : Caller.Indices) in visitKnownRecord() local
596 printTypeIndex("FuncID", FuncID); in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp590 for (auto FuncID : Caller.Indices) in visitCallerSym() local
591 CVTD.printTypeIndex("FuncID", FuncID); in visitCallerSym()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp595 for (auto FuncID : Caller.Indices) in visitKnownRecord() local
596 printTypeIndex("FuncID", FuncID); in visitKnownRecord()