Searched defs:FunctionId (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 40 uint32_t FunctionId; variable
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
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 | MCObjectStreamer.cpp | 583 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() 599 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
|
H A D | MCAsmStreamer.cpp | 1716 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 D | MCCodeView.cpp | 132 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3775 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 D | MasmParser.cpp | 5078 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
|