Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h40 uint32_t FunctionId; variable
/openbsd-src/gnu/llvm/llvm/lib/MC/
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 DMCObjectStreamer.cpp583 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
599 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
H A DMCAsmStreamer.cpp1716 bool MCAsmStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective()
1727 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
1751 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
H A DMCCodeView.cpp132 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3775 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
3802 int64_t FunctionId; in parseDirectiveCVFuncId() local
3823 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
3882 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
3943 int64_t FunctionId; in parseDirectiveCVLinetable() local
H A DMasmParser.cpp5078 bool MasmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
5105 int64_t FunctionId; in parseDirectiveCVFuncId() local
5126 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
5185 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
5246 int64_t FunctionId; in parseDirectiveCVLinetable() local