Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp305 return getSectionFlags(Sec) & XCOFF::STYP_TEXT; in isSectionText()
309 uint32_t Flags = getSectionFlags(Sec); in isSectionData()
314 uint32_t Flags = getSectionFlags(Sec); in isSectionBSS()
319 uint32_t Flags = getSectionFlags(Sec); in isDebugSection()
634 int32_t XCOFFObjectFile::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function in llvm::object::XCOFFObjectFile
828 return (OwningObjectPtr->getSectionFlags(SI.get()) & XCOFF::STYP_TEXT); in isFunction()
H A DMachOObjectFile.cpp175 static uint32_t getSectionFlags(const MachOObjectFile &O, in getSectionFlags() function
1771 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType()
2017 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionText()
2022 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionData()
2030 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionBSS()
2056 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionVirtual()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h69 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
116 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags()
307 uint64_t getSectionFlags(DataRefImpl Sec) const override;
519 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function
H A DXCOFFObjectFile.h412 int32_t getSectionFlags(DataRefImpl Sec) const;