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

Declarations

include/llvm/ProfileData/SampleProfWriter.h
  154   uint64_t markSectionStart(SecType Type);

References

lib/ProfileData/SampleProfWriter.cpp
  171   uint64_t SectionStart = markSectionStart(SecProfSummary);
  179   SectionStart = markSectionStart(SecNameTable);
  188   SectionStart = markSectionStart(SecLBRProfile);
  198   SectionStart = markSectionStart(SecProfileSymbolList);
  205   SectionStart = markSectionStart(SecFuncOffsetTable);