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