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

References

lib/ObjectYAML/ELFYAML.cpp
   64   ECase(EM_NONE);
lib/TextAPI/ELF/TBEHandler.cpp
   50     case (ELFArch)ELF::EM_NONE:
   61                 .Case("Unknown", ELF::EM_NONE)
   62                 .Default(ELF::EM_NONE);
tools/lld/ELF/Config.h
  229   uint16_t emachine = llvm::ELF::EM_NONE;
tools/lld/ELF/Driver.cpp
  147           .Default({ELFNoneKind, EM_NONE});
tools/lld/ELF/InputFiles.cpp
 1355     return EM_NONE;
tools/lld/ELF/InputFiles.h
  104   uint16_t emachine = llvm::ELF::EM_NONE;
tools/lld/ELF/ScriptParser.cpp
  403       .Default({ELFNoneKind, EM_NONE});
  417   if (config->emachine == EM_NONE)
tools/llvm-objcopy/ELF/Object.cpp
 1115   Obj->Machine = EM_NONE;
tools/llvm-readobj/ELFDumper.cpp
  947   ENUM_ENT(EM_NONE,          "None"),