Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h19 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 DFuzzerDataFlowTrace.h52 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 DFuzzerDataFlowTrace.cpp48 size_t FunctionId = 0; in AppendCoverage() local
/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DResultAnalyzer.h45 struct FunctionId { struct
48 COMPARABLE_AND_HASHABLE(FunctionId, Type, Name) argument
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCCodeView.h40 uint32_t FunctionId; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp32 const char FunctionId[] = "function"; variable
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp581 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
597 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
H A DMCStreamer.cpp301 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 DMCCodeView.cpp132 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
H A DMCAsmStreamer.cpp1684 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 DAsmParser.cpp3774 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 DMasmParser.cpp5063 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