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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  461     return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC;
  484     return !(ELFSectionRef(Section).getFlags() &
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  450     if (!(object::ELFSectionRef(Section).getFlags() & ELF::SHF_EXECINSTR))
tools/llvm-nm/llvm-nm.cpp
  912     uint64_t Flags = SecI->getFlags();
tools/llvm-objdump/llvm-objdump.cpp
 1027     return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC;
 2106     if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) {