Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp159 .Case("avr32", EM_AVR32) in convertArchNameToEMachine()
484 case EM_AVR32: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h281 EM_AVR32 = 185, // Atmel Corporation 32-bit microprocessor family enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h831 _ELF_DEFINE_EM(EM_AVR32, 185, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp336 ECase(EM_AVR32); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1249 ENUM_ENT(EM_AVR32, "Atmel Corporation 32-bit microprocessor family"),