Home
last modified time | relevance | path

Searched defs:FunctionId (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDFunctionId.h19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter()
60 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks()
67 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
HDFuzzerDataFlowTrace.cpp48 size_t FunctionId = 0; in AppendCoverage() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCCodeView.h33 uint32_t FunctionId; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp514 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
530 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
HDMCStreamer.cpp278 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { in EmitCVFuncIdDirective()
282 bool MCStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective()
296 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
323 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
HDMCAsmStreamer.cpp1373 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective()
1384 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
1408 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
HDMCCodeView.cpp131 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp3628 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
3655 int64_t FunctionId; in parseDirectiveCVFuncId() local
3678 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
3738 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
3799 int64_t FunctionId; in parseDirectiveCVLinetable() local
/freebsd-11-stable/sys/contrib/dev/acpica/include/
HDactbl2.h1688 UINT32 FunctionId; member