Searched defs:FunctionId (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | FunctionId.h | 19 FunctionId() : Index(0) {} in FunctionId() function 21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDataFlowTrace.h | 52 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter() 62 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks() 69 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
|
| H A D | FuzzerDataFlowTrace.cpp | 48 size_t FunctionId = 0; in AppendCoverage() local
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/ |
| H A D | ResultAnalyzer.h | 45 struct FunctionId { struct 48 COMPARABLE_AND_HASHABLE(FunctionId, Type, Name) argument
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 40 uint32_t FunctionId; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | RedundantVoidArgCheck.cpp | 32 const char FunctionId[] = "function"; variable
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 581 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() 597 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
|
| H A D | MCStreamer.cpp | 301 bool MCStreamer::emitCVFuncIdDirective(unsigned FunctionId) { in emitCVFuncIdDirective() 305 bool MCStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective() 319 void MCStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() 346 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
|
| H A D | MCCodeView.cpp | 132 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
|
| H A D | MCAsmStreamer.cpp | 1684 bool MCAsmStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective() 1695 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() 1719 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3774 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId() 3801 int64_t FunctionId; in parseDirectiveCVFuncId() local 3822 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local 3881 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local 3942 int64_t FunctionId; in parseDirectiveCVLinetable() local
|
| H A D | MasmParser.cpp | 5063 bool MasmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId() 5090 int64_t FunctionId; in parseDirectiveCVFuncId() local 5111 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local 5170 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local 5231 int64_t FunctionId; in parseDirectiveCVLinetable() local
|