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