reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ProfileData/SampleProf.h
  271     for (const auto &I : Other.getCallTargets()) {
  357     return ret->second.getCallTargets();
  474       for (const auto &TS : BS.second.getCallTargets())
lib/ProfileData/SampleProfWriter.cpp
  291     for (const auto &J : Sample.getCallTargets())
  512     encodeULEB128(Sample.getCallTargets().size(), OS);
tools/llvm-profdata/llvm-profdata.cpp
  392     for (const auto &Target : BodySample.second.getCallTargets()) {