Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp119 .Case("m16c", EM_M16C) in convertArchNameToEMachine()
406 case EM_M16C: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h236 EM_M16C = 117, // Renesas M16C series microprocessors enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h761 _ELF_DEFINE_EM(EM_M16C, 117, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp296 ECase(EM_M16C); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1223 ENUM_ENT(EM_M16C, "Renesas M16C"),