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

References

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  468     return ELF::SHT_PREINIT_ARRAY;
lib/MC/MCParser/ELFAsmParser.cpp
  596       Type = ELF::SHT_PREINIT_ARRAY;
  603       Type = ELF::SHT_PREINIT_ARRAY;
lib/MC/MCSectionELF.cpp
  135   else if (Type == ELF::SHT_PREINIT_ARRAY)
lib/Object/ELF.cpp
  245     STRINGIFY_ENUM_CASE(ELF, SHT_PREINIT_ARRAY);
lib/ObjectYAML/ELFYAML.cpp
  455   ECase(SHT_PREINIT_ARRAY);
tools/lld/ELF/MarkLive.cpp
  169   case SHT_PREINIT_ARRAY:
tools/lld/ELF/OutputSections.cpp
   82          type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY ||
tools/lld/ELF/Writer.cpp
  770       type == SHT_PREINIT_ARRAY)
tools/llvm-readobj/ELFDumper.cpp
 3145   case SHT_PREINIT_ARRAY: