HomeSort by relevance Sort by last modified time
    Searched refs:getSectionFlags (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
ELFObjectFile.h 55 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
83 return getObject()->getSectionFlags(getRawDataRefImpl());
237 uint64_t getSectionFlags(DataRefImpl Sec) const override;
366 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {
  /external/llvm/lib/Object/
MachOObjectFile.cpp 154 static uint32_t getSectionFlags(const MachOObjectFile *O,
342 uint32_t Flags = getSectionFlags(this, DRI);
550 uint32_t Flags = getSectionFlags(this, Sec);
555 uint32_t Flags = getSectionFlags(this, Sec);
563 uint32_t Flags = getSectionFlags(this, Sec);
    [all...]

Completed in 36 milliseconds