Home
last modified time | relevance | path

Searched refs:EM_CRAYNV2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp148 .Case("craynv2", EM_CRAYNV2) in convertArchNameToEMachine()
462 case EM_CRAYNV2: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h268 EM_CRAYNV2 = 172, // Cray Inc. NV2 vector architecture enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h814 _ELF_DEFINE_EM(EM_CRAYNV2, 172, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp325 ECase(EM_CRAYNV2); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1238 ENUM_ENT(EM_CRAYNV2, "Cray Inc. NV2 vector architecture"),