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

Declarations

include/llvm/ProfileData/SampleProf.h
  557   static SampleProfileFormat Format;

References

include/llvm/ProfileData/SampleProf.h
  381     CalleeName = getRepInFormat(CalleeName, Format, CalleeGUID);
  532     if (Format != SPF_Compact_Binary)
  567     return (Format == SPF_Compact_Binary) ? std::stoull(Name.data())
lib/ProfileData/SampleProfReader.cpp
 1360   FunctionSamples::Format = Reader->getFormat();