Searched refs:getSectionFlags (Results 1 – 4 of 4) sorted by relevance
495 return getSectionFlags(Sec) & XCOFF::STYP_TEXT; in isSectionText()499 uint32_t Flags = getSectionFlags(Sec); in isSectionData()504 uint32_t Flags = getSectionFlags(Sec); in isSectionBSS()509 uint32_t Flags = getSectionFlags(Sec); in isDebugSection()971 int32_t XCOFFObjectFile::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function in llvm::object::XCOFFObjectFile
181 static uint32_t getSectionFlags(const MachOObjectFile &O, in getSectionFlags() function1791 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType()2041 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionText()2046 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionData()2054 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionBSS()2155 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionVirtual()
80 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;145 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags()349 uint64_t getSectionFlags(DataRefImpl Sec) const override;584 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function
697 int32_t getSectionFlags(DataRefImpl Sec) const;