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

References

lib/Object/ELF.cpp
  223       STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_ABIFLAGS);
lib/ObjectYAML/ELFEmitter.cpp
  965   assert(Section.Type == llvm::ELF::SHT_MIPS_ABIFLAGS &&
lib/ObjectYAML/ELFYAML.cpp
  493     ECase(SHT_MIPS_ABIFLAGS);
 1158   case ELF::SHT_MIPS_ABIFLAGS:
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
 1317       ".MIPS.abiflags", ELF::SHT_MIPS_ABIFLAGS, ELF::SHF_ALLOC, 24, "");
tools/lld/ELF/SyntheticSections.cpp
   92     : SyntheticSection(SHF_ALLOC, SHT_MIPS_ABIFLAGS, 8, ".MIPS.abiflags"),
  107     if (sec->type != SHT_MIPS_ABIFLAGS)
tools/lld/ELF/Writer.cpp
 1857         addPhdrForSection(part, SHT_MIPS_ABIFLAGS, PT_MIPS_ABIFLAGS, PF_R);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1409           if (sheader.sh_type == SHT_MIPS_ABIFLAGS) {
tools/llvm-readobj/ELFDumper.cpp
 3111     case SHT_MIPS_ABIFLAGS:
tools/obj2yaml/elf2yaml.cpp
  254     case ELF::SHT_MIPS_ABIFLAGS: {
  944   assert(Shdr->sh_type == ELF::SHT_MIPS_ABIFLAGS &&