Home
last modified time | relevance | path

Searched refs:getSectionFlags (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp495 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
H A DMachOObjectFile.cpp181 static uint32_t getSectionFlags(const MachOObjectFile &O, in getSectionFlags() function
1791 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()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h80 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
H A DXCOFFObjectFile.h697 int32_t getSectionFlags(DataRefImpl Sec) const;