Searched refs:countRecords (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCPseudoProbe.cpp | 537 bool MCPseudoProbeDecoder::countRecords(bool &Discard, uint32_t &ProbeCount, in countRecords() function in MCPseudoProbeDecoder 610 if (!countRecords<false>(Discard, ProbeCount, InlinedCount, GuidFilter)) in countRecords() 627 if (!countRecords<true>(Discard, ProbeCount, InlinedCount, GuidFilter)) in buildAddress2ProbeMap()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 444 bool countRecords(bool &Discard, uint32_t &ProbeCount, uint32_t &InlinedCount,
|