Searched refs:getSectionFlags (Results 1 – 4 of 4) sorted by relevance
500 return getSectionFlags(Sec) & XCOFF::STYP_TEXT; in isSectionText()504 uint32_t Flags = getSectionFlags(Sec); in isSectionData()509 uint32_t Flags = getSectionFlags(Sec); in isSectionBSS()514 uint32_t Flags = getSectionFlags(Sec); in isDebugSection()976 int32_t XCOFFObjectFile::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function in llvm::object::XCOFFObjectFile
181 static uint32_t getSectionFlags(const MachOObjectFile &O, in getSectionFlags() function1792 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType()2042 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionText()2047 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionData()2055 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionBSS()2156 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionVirtual()
83 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;148 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags()352 uint64_t getSectionFlags(DataRefImpl Sec) const override;590 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function
704 int32_t getSectionFlags(DataRefImpl Sec) const;