Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h55 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
83 return getObject()->getSectionFlags(getRawDataRefImpl()); in getFlags()
237 uint64_t getSectionFlags(DataRefImpl Sec) const override;
366 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp154 static uint32_t getSectionFlags(const MachOObjectFile *O, in getSectionFlags() function
342 uint32_t Flags = getSectionFlags(this, DRI); in getSectionType()
550 uint32_t Flags = getSectionFlags(this, Sec); in isSectionText()
555 uint32_t Flags = getSectionFlags(this, Sec); in isSectionData()
563 uint32_t Flags = getSectionFlags(this, Sec); in isSectionBSS()