• Home
  • Raw
  • Download

Lines Matching refs:SectionRef

77 class SectionRef;  variable
78 typedef content_iterator<SectionRef> section_iterator;
79 class SectionRef {
85 SectionRef() : OwningObject(nullptr) { } in SectionRef() function
87 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
89 bool operator==(const SectionRef &Other) const;
90 bool operator!=(const SectionRef &Other) const;
91 bool operator<(const SectionRef &Other) const;
128 friend class SectionRef; variable
181 friend class SectionRef; variable
242 friend class SectionRef; variable
393 inline SectionRef::SectionRef(DataRefImpl SectionP, in SectionRef() function
398 inline bool SectionRef::operator==(const SectionRef &Other) const {
402 inline bool SectionRef::operator!=(const SectionRef &Other) const {
406 inline bool SectionRef::operator<(const SectionRef &Other) const {
410 inline void SectionRef::moveNext() { in moveNext()
414 inline std::error_code SectionRef::getName(StringRef &Result) const { in getName()
418 inline std::error_code SectionRef::getAddress(uint64_t &Result) const { in getAddress()
422 inline std::error_code SectionRef::getSize(uint64_t &Result) const { in getSize()
426 inline std::error_code SectionRef::getContents(StringRef &Result) const { in getContents()
430 inline std::error_code SectionRef::getAlignment(uint64_t &Result) const { in getAlignment()
434 inline std::error_code SectionRef::isText(bool &Result) const { in isText()
438 inline std::error_code SectionRef::isData(bool &Result) const { in isData()
442 inline std::error_code SectionRef::isBSS(bool &Result) const { in isBSS()
446 inline std::error_code SectionRef::isRequiredForExecution(bool &Result) const { in isRequiredForExecution()
450 inline std::error_code SectionRef::isVirtual(bool &Result) const { in isVirtual()
454 inline std::error_code SectionRef::isZeroInit(bool &Result) const { in isZeroInit()
458 inline std::error_code SectionRef::isReadOnlyData(bool &Result) const { in isReadOnlyData()
462 inline std::error_code SectionRef::containsSymbol(SymbolRef S, in containsSymbol()
468 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin()
472 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end()
476 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection()
480 inline DataRefImpl SectionRef::getRawDataRefImpl() const { in getRawDataRefImpl()