Searched refs:getSectionFlags (Results 1 – 4 of 4) sorted by relevance
489 return getSectionFlags(Sec) & XCOFF::STYP_TEXT; in isSectionText()493 uint32_t Flags = getSectionFlags(Sec); in isSectionData()498 uint32_t Flags = getSectionFlags(Sec); in isSectionBSS()503 uint32_t Flags = getSectionFlags(Sec); in isDebugSection()963 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()
78 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;139 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags()330 uint64_t getSectionFlags(DataRefImpl Sec) const override;549 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function
690 int32_t getSectionFlags(DataRefImpl Sec) const;