Searched refs:FunctionId (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h1 //===- FunctionId.h ---------------------------------------------*- C++ -*-===//
17 class FunctionId { class in namespace:llvm::codeview
19 FunctionId() : Index(0) {} function in class:llvm::codeview::FunctionId
21 explicit FunctionId(uint32_t Index) : Index(Index) {} function in class:llvm::codeview::FunctionId
29 inline bool operator==(const FunctionId &A, const FunctionId &B) {
33 inline bool operator!=(const FunctionId &A, const FunctionId &B) {
37 inline bool operator<(const FunctionId &A, const FunctionId
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { argument
52 auto It = Functions.find(FunctionId);
60 uint32_t GetNumberOfBlocks(size_t FunctionId) { argument
61 auto It = Functions.find(FunctionId);
67 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { argument
68 auto It = Functions.find(FunctionId);
H A DFuzzerDataFlowTrace.cpp48 size_t FunctionId = 0; local
49 SS >> FunctionId; local
51 FunctionsWithDFT.insert(FunctionId);
67 auto It = Functions.find(FunctionId);
70 ? Functions.insert({FunctionId, Vector<uint32_t>(NumBlocks)})
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h33 uint32_t FunctionId; member in class:llvm::MCCVLoc
44 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line),
53 unsigned getFunctionId() const { return FunctionId; }
69 void setFunctionId(unsigned FID) { FunctionId = FID; }
165 void recordCVLoc(MCContext &Ctx, const MCSymbol *Label, unsigned FunctionId,
H A DMCObjectStreamer.h152 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
155 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
H A DMCStreamer.h884 virtual bool EmitCVFuncIdDirective(unsigned FunctionId);
888 virtual bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
893 virtual void emitCVLocDirective(unsigned FunctionId, unsigned FileNo,
899 virtual void emitCVLinetableDirective(unsigned FunctionId,
/freebsd-13-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwxfsleep.c173 UINT32 FunctionId);
388 * FunctionId - Sleep, WakePrep, or Wake
400 UINT32 FunctionId)
403 ACPI_SLEEP_FUNCTIONS *SleepFunctions = &AcpiSleepDispatch[FunctionId];
398 AcpiHwSleepDispatch( UINT8 SleepState, UINT32 FunctionId) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp519 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, argument
524 if (!checkCVLocSection(FunctionId, FileNo, Loc))
530 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, local
535 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, argument
538 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin,
540 this->MCStreamer::emitCVLinetableDirective(FunctionId, Begin, End);
H A DMCAsmStreamer.cpp261 bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
264 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
267 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1466 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId,
1471 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc
1473 return MCStreamer::EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile,
1477 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo,
1482 if (!checkCVLocSection(FunctionId, FileNo, Loc))
1485 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " "
1501 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId,
[all...]
H A DMCStreamer.cpp273 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { argument
274 return getContext().getCVContext().recordFunctionId(FunctionId);
277 bool MCStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, argument
288 FunctionId, IAFunc, IAFile, IALine, IACol);
291 void MCStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, argument
318 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, argument
H A DMCCodeView.cpp131 unsigned FunctionId, unsigned FileNo,
135 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt});
130 recordCVLoc(MCContext &Ctx, const MCSymbol *Label, unsigned FunctionId, unsigned FileNo, unsigned Line, unsigned Column, bool PrologueEnd, bool IsStmt) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp353 bool parseCVFunctionId(int64_t &FunctionId, StringRef DirectiveName);
3642 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, argument
3646 parseIntToken(FunctionId, "expected function id in '" + DirectiveName +
3648 check(FunctionId < 0 || FunctionId >= UINT_MAX, Loc,
3664 /// ::= .cv_func_id FunctionId
3669 int64_t FunctionId; local
3671 if (parseCVFunctionId(FunctionId, ".cv_func_id") ||
3676 if (!getStreamer().EmitCVFuncIdDirective(FunctionId))
3683 /// ::= .cv_inline_site_id FunctionId
3692 int64_t FunctionId; local
3752 int64_t FunctionId, FileNumber; local
3813 int64_t FunctionId; local
[all...]
H A DMasmParser.cpp601 bool parseCVFunctionId(int64_t &FunctionId, StringRef DirectiveName);
4495 bool MasmParser::parseCVFunctionId(int64_t &FunctionId, argument
4499 parseIntToken(FunctionId, "expected function id in '" + DirectiveName +
4501 check(FunctionId < 0 || FunctionId >= UINT_MAX, Loc,
4517 /// ::= .cv_func_id FunctionId
4522 int64_t FunctionId; local
4524 if (parseCVFunctionId(FunctionId, ".cv_func_id") ||
4529 if (!getStreamer().EmitCVFuncIdDirective(FunctionId))
4536 /// ::= .cv_inline_site_id FunctionId
4545 int64_t FunctionId; local
4605 int64_t FunctionId, FileNumber; local
4666 int64_t FunctionId; local
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dactbl3.h654 UINT32 FunctionId; member in struct:acpi_tpm2_arm_smc
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c510 {ACPI_DMT_UINT32, ACPI_TPM211_OFFSET (FunctionId), "Function ID", 0},

Completed in 224 milliseconds