Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h61 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
108 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags()
278 uint64_t getSectionFlags(DataRefImpl Sec) const override;
448 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp173 static uint32_t getSectionFlags(const MachOObjectFile &O, in getSectionFlags() function
1725 uint32_t Flags = getSectionFlags(*this, DRI); in getSectionType()
1968 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionText()
1973 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionData()
1981 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionBSS()
1993 uint32_t Flags = getSectionFlags(*this, Sec); in isSectionVirtual()