Searched refs:ELFSectionRef (Results 1 – 3 of 3) sorted by relevance
49 friend class ELFSectionRef; variable76 class ELFSectionRef : public SectionRef {78 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function101 const ELFSectionRef *operator->() const {102 return static_cast<const ELFSectionRef *>(section_iterator::operator->());105 const ELFSectionRef &operator*() const {106 return static_cast<const ELFSectionRef &>(section_iterator::operator*());
356 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in isRequiredForExecution()379 return !(ELFSectionRef(Section).getFlags() & in isReadOnlyData()397 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit()
180 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()