Searched refs:getSectionType (Results 1 – 4 of 4) sorted by relevance
52 virtual uint32_t getSectionType(SectionRef Sec) const = 0;219 uint32_t getSectionType(SectionRef Sec) const override;288 uint32_t ELFObjectFile<ELFT>::getSectionType(SectionRef Sec) const { in getSectionType() function
203 unsigned getSectionType(SectionRef Sec) const;
312 return ELFObj->getSectionType(Section) == ELF::SHT_NOBITS; in isZeroInit()318 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
354 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile