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

References

include/llvm/MC/MCSectionELF.h
   71   unsigned getType() const { return Type; }
lib/MC/MCSectionELF.cpp
  131   if (Type == ELF::SHT_INIT_ARRAY)
  133   else if (Type == ELF::SHT_FINI_ARRAY)
  135   else if (Type == ELF::SHT_PREINIT_ARRAY)
  137   else if (Type == ELF::SHT_NOBITS)
  139   else if (Type == ELF::SHT_NOTE)
  141   else if (Type == ELF::SHT_PROGBITS)
  143   else if (Type == ELF::SHT_X86_64_UNWIND)
  145   else if (Type == ELF::SHT_MIPS_DWARF)
  149   else if (Type == ELF::SHT_LLVM_ODRTAB)
  151   else if (Type == ELF::SHT_LLVM_LINKER_OPTIONS)
  153   else if (Type == ELF::SHT_LLVM_CALL_GRAPH_PROFILE)
  155   else if (Type == ELF::SHT_LLVM_DEPENDENT_LIBRARIES)
  157   else if (Type == ELF::SHT_LLVM_SYMPART)
  160     report_fatal_error("unsupported type 0x" + Twine::utohexstr(Type) +