/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleProfileMatcher.h | 123 HashKeyMap<std::unordered_map, FunctionId, Function *> &SymMap, in SampleProfileMatcher() argument
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 240 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> in findFunctionSamples() argument 284 const HashKeyMap<std::unordered_map, FunctionId, FunctionId> in findFunctionSamplesAt() argument
|
H A D | SampleProfWriter.cpp | 683 MapVector<FunctionId, uint32_t> &NameTable, std::set<FunctionId> &V) { in stablizeNameTable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 40 uint32_t FunctionId; variable
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 494 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() 510 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective()
|
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 | MCAsmStreamer.cpp | 1804 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 D | MCCodeView.cpp | 129 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3785 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 D | MasmParser.cpp | 5046 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 D | actbl3.h | 685 UINT32 FunctionId; member
|