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

References

lib/Object/ELF.cpp
  248     STRINGIFY_ENUM_CASE(ELF, SHT_RELR);
lib/ObjectYAML/ELFEmitter.cpp
  717   else if (Section.Type == llvm::ELF::SHT_RELR)
lib/ObjectYAML/ELFYAML.cpp
  458   ECase(SHT_RELR);
tools/lld/ELF/SyntheticSections.cpp
 1576                        config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR,
tools/llvm-readobj/ELFDumper.cpp
 2975   bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR;
 2998         Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_REL &&
 3014     if (!opts::RawRelr && (Sec.sh_type == ELF::SHT_RELR ||
 3043     case ELF::SHT_RELR:
 3155   case SHT_RELR:
 5247         Sec.sh_type != ELF::SHT_RELR && Sec.sh_type != ELF::SHT_ANDROID_REL &&
 5283   case ELF::SHT_RELR: