Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp122 .Case("m32c", EM_M32C) in convertArchNameToEMachine()
412 case EM_M32C: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h240 EM_M32C = 120, // Renesas M32C series microprocessors enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h767 _ELF_DEFINE_EM(EM_M32C, 120, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp299 ECase(EM_M32C); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1226 ENUM_ENT(EM_M32C, "Renesas M32C"),