Home
last modified time | relevance | path

Searched defs:Probes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h96 std::vector<Probe> Probes; global() member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp519 auto &Probes = Address2ProbesMap[Addr]; in buildAddress2ProbeMap() local
586 const auto &Probes = It->second; in getCallProbeForAddr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h228 std::vector<ProbeType> Probes; variable