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

References

lib/Object/ELF.cpp
  258     STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_EHDR);
lib/ObjectYAML/ELFYAML.cpp
  468   ECase(SHT_LLVM_PART_EHDR);
tools/lld/ELF/SyntheticSections.cpp
 3532     : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_EHDR, 1, "") {}
tools/lld/ELF/Writer.cpp
  855   if (sec->type == SHT_LLVM_PART_EHDR)
 2247           cmd->type == SHT_LLVM_PART_EHDR)
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  515       if (Sec.Type == SHT_LLVM_PART_EHDR || Sec.Type == SHT_LLVM_PART_PHDR)
tools/llvm-objcopy/ELF/Object.cpp
 1259     if (Sec.Type == SHT_LLVM_PART_EHDR && Sec.Name == *ExtractPartition) {
tools/llvm-readobj/ELFDumper.cpp
 3170   case SHT_LLVM_PART_EHDR: