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

References

include/llvm/ProfileData/SampleProf.h
   96 static inline uint64_t SPMagic(SampleProfileFormat Format = SPF_Binary) {
include/llvm/ProfileData/SampleProfReader.h
  541                                SampleProfileFormat Format = SPF_Binary)
lib/ProfileData/SampleProfWriter.cpp
  569   if (Format == SPF_Binary || Format == SPF_Ext_Binary ||
  593   if (Format == SPF_Binary)
tools/llvm-profdata/llvm-profdata.cpp
  416     sampleprof::SPF_Binary};
unittests/ProfileData/SampleProfTest.cpp
  338   testRoundTrip(SampleProfileFormat::SPF_Binary, false);
  354   testRoundTrip(SampleProfileFormat::SPF_Binary, true);