Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp137 .Case("r32c", EM_R32C) in convertArchNameToEMachine()
442 case EM_R32C: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h256 EM_R32C = 162, // Renesas R32C series microprocessors enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h794 _ELF_DEFINE_EM(EM_R32C, 162, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp314 ECase(EM_R32C); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1241 ENUM_ENT(EM_R32C, "Renesas R32C series microprocessors"),