Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h62 explicit FunctionId(StringRef Str) in FunctionId() function
67 explicit FunctionId(uint64_t HashCode) in FunctionId() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h40 uint32_t FunctionId; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp580 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
596 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
H A DMCStreamer.cpp302 bool MCStreamer::emitCVFuncIdDirective(unsigned FunctionId) { in emitCVFuncIdDirective()
306 bool MCStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective()
320 void MCStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
347 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
H A DMCCodeView.cpp132 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
H A DMCAsmStreamer.cpp1784 bool MCAsmStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective()
1795 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
1819 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3783 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
3810 int64_t FunctionId; in parseDirectiveCVFuncId() local
3831 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
3890 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
3951 int64_t FunctionId; in parseDirectiveCVLinetable() local
H A DMasmParser.cpp5045 bool MasmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
5072 int64_t FunctionId; in parseDirectiveCVFuncId() local
5093 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
5152 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
5213 int64_t FunctionId; in parseDirectiveCVLinetable() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp683 MapVector<FunctionId, uint32_t> &NameTable, std::set<FunctionId> &V) { in stablizeNameTable()
H A DInstrProf.cpp933 auto FunctionId = Trace[Timestamp]; in createBPFunctionNodes() local
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactbl3.h659 UINT32 FunctionId; member