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