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

References

tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  274     DWOFile->Machine = Config.OutputArch.getValue().EMachine;
  602     Obj.Machine = Config.OutputArch.getValue().EMachine;
tools/llvm-objcopy/ELF/Object.cpp
 1115   Obj->Machine = EM_NONE;
 1387       if (!isValidReservedSectionIndex(Sym.st_shndx, Obj.Machine)) {
 1616   Obj.Machine = Ehdr.e_machine;
 1701   Ehdr.e_machine = Obj.Machine;