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

References

include/llvm/Object/ObjectFile.h
  416          SectionPimpl == Other.SectionPimpl;
  416          SectionPimpl == Other.SectionPimpl;
  425   return SectionPimpl < Other.SectionPimpl;
  425   return SectionPimpl < Other.SectionPimpl;
  429   return OwningObject->moveSectionNext(SectionPimpl);
  433   return OwningObject->getSectionName(SectionPimpl);
  437   return OwningObject->getSectionAddress(SectionPimpl);
  441   return OwningObject->getSectionIndex(SectionPimpl);
  445   return OwningObject->getSectionSize(SectionPimpl);
  450       OwningObject->getSectionContents(SectionPimpl);
  457   return OwningObject->getSectionAlignment(SectionPimpl);
  461   return OwningObject->isSectionCompressed(SectionPimpl);
  465   return OwningObject->isSectionText(SectionPimpl);
  469   return OwningObject->isSectionData(SectionPimpl);
  473   return OwningObject->isSectionBSS(SectionPimpl);
  477   return OwningObject->isSectionVirtual(SectionPimpl);
  481   return OwningObject->isSectionBitcode(SectionPimpl);
  485   return OwningObject->isSectionStripped(SectionPimpl);
  489   return OwningObject->isBerkeleyText(SectionPimpl);
  493   return OwningObject->isBerkeleyData(SectionPimpl);
  497   return OwningObject->section_rel_begin(SectionPimpl);
  501   return OwningObject->section_rel_end(SectionPimpl);
  505   return OwningObject->getRelocatedSection(SectionPimpl);
  509   return SectionPimpl;