reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/ELFObjectFile.h
  800   return getSection(Sec)->sh_flags & ELF::SHF_ALLOC &&
  801          (getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR ||
  802           !(getSection(Sec)->sh_flags & ELF::SHF_WRITE));