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