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