Searched refs:getSectionType (Results 1 – 8 of 8) sorted by relevance
82 auto SecType = Obj.getSectionType(Sec); in getMachOObjectFileSymbolInfo()
79 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;141 return getObject()->getSectionType(getRawDataRefImpl()); in getType()348 uint32_t getSectionType(DataRefImpl Sec) const override;589 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() function
170 uint16_t getSectionType() const;
431 unsigned getSectionType(SectionRef Sec) const;
62 template <typename T> uint16_t XCOFFSectionHeader<T>::getSectionType() const { in getSectionType() function in llvm::object::XCOFFSectionHeader75 return getSectionType() & SectionFlagsReservedMask; in isReservedSectionType()810 if (Sec.getSectionType() == SectType) in getSectionByType()
1789 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const { in getSectionType() function in MachOObjectFile
521 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit()
1199 uint16_t SectionType = Sec.getSectionType(); in printSectionHeaders()