Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp140 Cur->Probes.push_back(Probe); in addPseudoProbe()
170 MCOS->emitULEB128IntValue(Probes.size() + NeedSentinel); in emit()
178 for (const auto &Probe : Probes) { in emit()
519 auto &Probes = Address2ProbesMap[Addr]; in buildAddress2ProbeMap() local
520 Probes.emplace_back(Addr, Cur->Guid, Index, PseudoProbeType(Kind), Attr, in buildAddress2ProbeMap()
522 Cur->addProbes(&Probes.back()); in buildAddress2ProbeMap()
586 const auto &Probes = It->second; in getCallProbeForAddr() local
589 for (const auto &Probe : Probes) { in getCallProbeForAddr()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h228 std::vector<ProbeType> Probes; variable
243 std::vector<ProbeType> &getProbes() { return Probes; } in getProbes()
244 void addProbes(ProbeType Probe) { Probes.push_back(Probe); } in addProbes()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp222 io.mapRequired("Probes", Data.Probes); in mapping()
247 if (Data.Probes.empty()) in dumpYaml()
408 Data->Probes.push_back(P); in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h109 std::vector<Probe> Probes;
96 std::vector<Probe> Probes; global() member