Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp475 uint32_t CurrentProbeCount = 0; in buildAddress2ProbeMap() local
518 ++CurrentProbeCount; in buildAddress2ProbeMap()
525 MutableArrayRef(PseudoProbeVec).take_back(CurrentProbeCount)); in buildAddress2ProbeMap()
564 uint32_t CurrentProbeCount = 0; in countRecords() local
601 ++CurrentProbeCount; in countRecords()
605 ProbeCount += CurrentProbeCount; in countRecords()