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.cpp133 raw_ostream &OS, const MapVector<FunctionId, uint32_t> &NameTable) const { in serialize() argument
269 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> in findFunctionSamples() argument
312 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> in findFunctionSamplesAt() argument
H A DSampleProfWriter.cpp680 MapVector<FunctionId, uint32_t> &NameTable, std::set<FunctionId> &V) { in stablizeNameTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h41 uint32_t FunctionId; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp530 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
546 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
H A DMCStreamer.cpp283 bool MCStreamer::emitCVFuncIdDirective(unsigned FunctionId) { in emitCVFuncIdDirective()
287 bool MCStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective()
301 void MCStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
328 void MCStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
H A DMCAsmStreamer.cpp1777 bool MCAsmStreamer::emitCVInlineSiteIdDirective(unsigned FunctionId, in emitCVInlineSiteIdDirective()
1788 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective()
1812 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
H A DMCCodeView.cpp127 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h521 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> &FPMap) { in setFuncNameToProfNameMap() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3732 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
3758 int64_t FunctionId; in parseDirectiveCVFuncId() local
3779 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
3838 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
3899 int64_t FunctionId; in parseDirectiveCVLinetable() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl3.h686 UINT32 FunctionId; member