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

/freebsd-11-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-11-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-11-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.h860 virtual bool EmitCVFuncIdDirective(unsigned FunctionId);
864 virtual bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
869 virtual void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo,
875 virtual void EmitCVLinetableDirective(unsigned FunctionId,
/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwxfsleep.c173 UINT32 FunctionId);
384 * FunctionId - Sleep, WakePrep, or Wake
396 UINT32 FunctionId)
399 ACPI_SLEEP_FUNCTIONS *SleepFunctions = &AcpiSleepDispatch[FunctionId];
394 AcpiHwSleepDispatch( UINT8 SleepState, UINT32 FunctionId) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp514 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, argument
519 if (!checkCVLocSection(FunctionId, FileNo, Loc))
525 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, local
530 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, argument
533 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin,
535 this->MCStreamer::EmitCVLinetableDirective(FunctionId, Begin, End);
H A DMCAsmStreamer.cpp251 bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
254 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
257 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1373 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId,
1378 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc
1380 return MCStreamer::EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile,
1384 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo,
1389 if (!checkCVLocSection(FunctionId, FileNo, Loc))
1392 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " "
1408 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId,
[all...]
H A DMCStreamer.cpp278 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { argument
279 return getContext().getCVContext().recordFunctionId(FunctionId);
282 bool MCStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, argument
293 FunctionId, IAFunc, IAFile, IALine, IACol);
296 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, argument
323 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-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp355 bool parseCVFunctionId(int64_t &FunctionId, StringRef DirectiveName);
3628 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, argument
3632 parseIntToken(FunctionId, "expected function id in '" + DirectiveName +
3634 check(FunctionId < 0 || FunctionId >= UINT_MAX, Loc,
3650 /// ::= .cv_func_id FunctionId
3655 int64_t FunctionId; local
3657 if (parseCVFunctionId(FunctionId, ".cv_func_id") ||
3662 if (!getStreamer().EmitCVFuncIdDirective(FunctionId))
3669 /// ::= .cv_inline_site_id FunctionId
3678 int64_t FunctionId; local
3738 int64_t FunctionId, FileNumber; local
3799 int64_t FunctionId; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h1688 UINT32 FunctionId; member in struct:acpi_tpm2_arm_smc
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c3336 {ACPI_DMT_UINT32, ACPI_TPM211_OFFSET (FunctionId), "Function ID", 0},

Completed in 188 milliseconds