Searched refs:ElfMachineType (Results 1 – 1 of 1) sorted by relevance
1043 const EnumEntry<unsigned> ElfMachineType[] = { variable2476 auto It = llvm::find_if(ElfMachineType, [&](const EnumEntry<unsigned> &E) { in checkHashTable()3348 Str = enumToString(e.e_machine, makeArrayRef(ElfMachineType)); in printFileHeaders()6486 W.printEnum("Machine", E.e_machine, makeArrayRef(ElfMachineType)); in printFileHeaders()