Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
DELF.cpp139 .Case("r32c", EM_R32C) in convertArchNameToEMachine()
443 case EM_R32C: in convertEMachineToArchName()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h256 EM_R32C = 162, // Renesas R32C series microprocessors enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h794 _ELF_DEFINE_EM(EM_R32C, 162, \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp292 ECase(EM_R32C); in enumeration()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1141 ENUM_ENT(EM_R32C, "Renesas R32C series microprocessors"),