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

  /external/llvm/include/llvm/Object/
ELFObjectFile.h 51 virtual uint64_t getSectionFlags(SectionRef Sec) const = 0;
218 uint64_t getSectionFlags(SectionRef Sec) const override;
282 uint64_t ELFObjectFile<ELFT>::getSectionFlags(SectionRef Sec) const {
  /external/llvm/lib/Object/
MachOObjectFile.cpp 237 static uint32_t getSectionFlags(const MachOObjectFile *O,
356 uint32_t Flags = getSectionFlags(this, DRI);
602 uint32_t Flags = getSectionFlags(this, Sec);
607 uint32_t Flags = getSectionFlags(this, Sec);
615 uint32_t Flags = getSectionFlags(this, Sec);
    [all...]

Completed in 145 milliseconds