Searched defs:FunctionId (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| HD | FunctionId.h | 19 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/ |
| HD | FuzzerDataFlowTrace.h | 51 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()
|
| HD | FuzzerDataFlowTrace.cpp | 48 size_t FunctionId = 0; in AppendCoverage() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| HD | MCCodeView.h | 33 uint32_t FunctionId; variable
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCObjectStreamer.cpp | 514 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 530 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
| HD | MCStreamer.cpp | 278 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()
|
| HD | MCAsmStreamer.cpp | 1373 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()
|
| HD | MCCodeView.cpp | 131 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| HD | AsmParser.cpp | 3628 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/ |
| HD | actbl2.h | 1688 UINT32 FunctionId; member
|