Searched refs:ELFSectionRef (Results 1 – 2 of 2) sorted by relevance
49 friend class ELFSectionRef; variable93 class ELFSectionRef : public SectionRef {95 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function122 const ELFSectionRef *operator->() const {123 return static_cast<const ELFSectionRef *>(section_iterator::operator->());126 const ELFSectionRef &operator*() const {127 return static_cast<const ELFSectionRef &>(section_iterator::operator*());
413 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in isRequiredForExecution()436 return !(ELFSectionRef(Section).getFlags() & in isReadOnlyData()454 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit()