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

References

include/llvm/ProfileData/SampleProf.h
  141   case SecLBRProfile:
include/llvm/ProfileData/SampleProfWriter.h
  220                         {SecLBRProfile, 0, 0, 0},
lib/ProfileData/SampleProfReader.cpp
  487   case SecLBRProfile:
lib/ProfileData/SampleProfWriter.cpp
  188   SectionStart = markSectionStart(SecLBRProfile);
  192   if (std::error_code EC = addNewSection(SecLBRProfile, SectionStart))