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

References

include/llvm/ProfileData/SampleProf.h
  129 static inline std::string getSecName(SecType Type) {
  150   SecType Type;
include/llvm/ProfileData/SampleProfReader.h
  584                                          SecType Type) = 0;
  595   uint64_t getSectionSize(SecType Type);
  605                                          SecType Type) override;
include/llvm/ProfileData/SampleProfWriter.h
  151   void setToCompressSection(SecType Type);
  154   uint64_t markSectionStart(SecType Type);
  155   std::error_code addNewSection(SecType Sec, uint64_t SectionStart);
  171   void addSectionFlags(SecType Type, SecFlags Flags);
  172   SecHdrTableEntry &getEntryInLayout(SecType Type);
lib/ProfileData/SampleProfReader.cpp
  475                                              uint64_t Size, SecType Type) {
  775 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) {
lib/ProfileData/SampleProfWriter.cpp
   77 SampleProfileWriterExtBinaryBase::getEntryInLayout(SecType Type) {
   86 uint64_t SampleProfileWriterExtBinaryBase::markSectionStart(SecType Type) {
  117 SampleProfileWriterExtBinaryBase::addNewSection(SecType Type,
  396 void SampleProfileWriterExtBinaryBase::setToCompressSection(SecType Type) {
  400 void SampleProfileWriterExtBinaryBase::addSectionFlags(SecType Type,