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

References

include/llvm/Object/ELFObjectFile.h
 1077     case ELF::EM_PPC:
 1149   case ELF::EM_PPC:
lib/Object/ELF.cpp
   90   case ELF::EM_PPC:
  178   case ELF::EM_PPC:
lib/ObjectYAML/ELFYAML.cpp
   79   ECase(EM_PPC);
  703   case ELF::EM_PPC:
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
   38                             Is64Bit ?  ELF::EM_PPC64 : ELF::EM_PPC,
tools/lld/ELF/Driver.cpp
  138           .Cases("elf32ppc", "elf32ppclinux", {ELF32BEKind, EM_PPC})
 1120                    m == EM_PPC || m == EM_PPC64 || m == EM_RISCV ||
tools/lld/ELF/InputFiles.cpp
 1341     return EM_PPC;
tools/lld/ELF/InputSection.cpp
  629   case EM_PPC:
  743       else if (config->emachine == EM_PPC)
tools/lld/ELF/Relocations.cpp
 1235       if (config->emachine == EM_PPC && expr == R_PPC32_PLTREL)
 1817             if (config->emachine == EM_PPC && rel.type == R_PPC_PLTREL24)
tools/lld/ELF/ScriptParser.cpp
  391       .Case("elf32-powerpc", {ELF32BEKind, EM_PPC})
tools/lld/ELF/SyntheticSections.cpp
 1086   if (config->emachine == EM_PPC) {
 1480   if (config->emachine == EM_PPC)
 2451           (config->emachine == EM_PPC || config->emachine == EM_PPC64)
 2463   if (config->emachine == EM_PPC) {
tools/lld/ELF/Target.cpp
   79   case EM_PPC:
tools/lld/ELF/Thunks.cpp
  927   if (config->emachine == EM_PPC)
tools/lld/ELF/Writer.cpp
  238   } else if (config->emachine == EM_PPC) {
  474   if (config->emachine == EM_PPC) {
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  183   case EM_PPC:
tools/lldb/source/Utility/ArchSpec.cpp
  404     {ArchSpec::eCore_ppc_generic, llvm::ELF::EM_PPC, LLDB_INVALID_CPUTYPE,
tools/llvm-objcopy/CopyConfig.cpp
  222     {"elf32-powerpc", {ELF::EM_PPC, false, false}},
  223     {"elf32-powerpcle", {ELF::EM_PPC, false, true}},
tools/llvm-readobj/ELFDumper.cpp
  962   ENUM_ENT(EM_PPC,           "PowerPC"),