Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h123 HashKeyMap<std::unordered_map, FunctionId, Function *> &SymMap, in SampleProfileMatcher() argument
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp240 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> in findFunctionSamples() argument
284 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> in findFunctionSamplesAt() argument
H A DSampleProfWriter.cpp683 MapVector<FunctionId, uint32_t> &NameTable, std::set<FunctionId> &V) { in stablizeNameTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h40 uint32_t FunctionId; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp494 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
510 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 DMCAsmStreamer.cpp1804 bool MCAsmStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective()
1815 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
1839 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
H A DMCCodeView.cpp129 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3785 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
3812 int64_t FunctionId; in parseDirectiveCVFuncId() local
3833 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
3892 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
3953 int64_t FunctionId; in parseDirectiveCVLinetable() local
H A DMasmParser.cpp5046 bool MasmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
5073 int64_t FunctionId; in parseDirectiveCVFuncId() local
5094 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
5153 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
5214 int64_t FunctionId; in parseDirectiveCVLinetable() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl3.h685 UINT32 FunctionId; member