Searched refs:getSectionType (Results 1 – 8 of 8) sorted by relevance
152 auto SecType = MachOObj.getSectionType(Sec); in getObjectSymbolInfo()
68 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;112 return getObject()->getSectionType(getRawDataRefImpl()); in getType()306 uint32_t getSectionType(DataRefImpl Sec) const override;524 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() function
63 uint16_t getSectionType() const;
284 unsigned getSectionType(SectionRef Sec) const;
62 template <typename T> uint16_t XCOFFSectionHeader<T>::getSectionType() const { in getSectionType() function in llvm::object::XCOFFSectionHeader69 return getSectionType() & SectionFlagsReservedMask; in isReservedSectionType()
1769 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile
535 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders()
518 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()