Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp304 return getSectionFlags(Sec) & XCOFF::STYP_TEXT; in isSectionText()
308 uint32_t Flags = getSectionFlags(Sec); in isSectionData()
313 uint32_t Flags = getSectionFlags(Sec); in isSectionBSS()
621 int32_t XCOFFObjectFile::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function in llvm::object::XCOFFObjectFile
850 return (OwningObjectPtr->getSectionFlags(SI.get()) & XCOFF::STYP_TEXT); in isFunction()
H A DMachOObjectFile.cpp176 static uint32_t getSectionFlags(const MachOObjectFile &O, in getSectionFlags() function
1772 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType()
2018 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionText()
2023 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionData()
2031 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionBSS()
2050 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionVirtual()
/netbsd-src/external/apache2/llvm/dist/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.h365 int32_t getSectionFlags(DataRefImpl Sec) const;