Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp144 .Case("ecog1x", EM_ECOG1X) in convertArchNameToEMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h265 EM_ECOG1X = 168, // Cyan Technology eCOG1X family enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h806 _ELF_DEFINE_EM(EM_ECOG1X, 168, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp321 ECase(EM_ECOG1X); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1250 ENUM_ENT(EM_ECOG1X, "Cyan Technology eCOG1X family"),