Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp485 return getSectionFlags(Sec) & XCOFF::STYP_TEXT; in isSectionText()
489 uint32_t Flags = getSectionFlags(Sec); in isSectionData()
494 uint32_t Flags = getSectionFlags(Sec); in isSectionBSS()
499 uint32_t Flags = getSectionFlags(Sec); in isDebugSection()
955 int32_t XCOFFObjectFile::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function in llvm::object::XCOFFObjectFile
1255 return (OwningObjectPtr->getSectionFlags(SI.get()) & XCOFF::STYP_TEXT); in isFunction()
H A DMachOObjectFile.cpp179 static uint32_t getSectionFlags(const MachOObjectFile &O, in getSectionFlags() function
1784 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType()
2034 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionText()
2039 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionData()
2047 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionBSS()
2148 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionVirtual()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h72 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
129 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags()
320 uint64_t getSectionFlags(DataRefImpl Sec) const override;
535 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function
H A DXCOFFObjectFile.h683 int32_t getSectionFlags(DataRefImpl Sec) const;