Home
last modified time | relevance | path

Searched refs:ProbeCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp537 bool MCPseudoProbeDecoder::countRecords(bool &Discard, uint32_t &ProbeCount, in countRecords() argument
605 ProbeCount += CurrentProbeCount; in countRecords()
610 if (!countRecords<false>(Discard, ProbeCount, InlinedCount, GuidFilter)) in countRecords()
620 uint32_t ProbeCount = 0; in buildAddress2ProbeMap() local
627 if (!countRecords<true>(Discard, ProbeCount, InlinedCount, GuidFilter)) in buildAddress2ProbeMap()
632 PseudoProbeVec.reserve(ProbeCount); in buildAddress2ProbeMap()
647 assert(PseudoProbeVec.size() == ProbeCount && in buildAddress2ProbeMap()
652 std::vector<std::pair<uint64_t, uint32_t>> SortedA2P(ProbeCount); in buildAddress2ProbeMap()
656 Address2ProbesMap.reserve(ProbeCount); in buildAddress2ProbeMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h444 bool countRecords(bool &Discard, uint32_t &ProbeCount, uint32_t &InlinedCount,