Searched refs:getSectionType (Results 1 – 4 of 4) sorted by relevance
60 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;104 return getObject()->getSectionType(getRawDataRefImpl()); in getType()277 uint32_t getSectionType(DataRefImpl Sec) const override;453 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() function
287 unsigned getSectionType(SectionRef Sec) const;
460 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
1723 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile