Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp154 .Case("etpu", EM_ETPU) in convertArchNameToEMachine()
474 case EM_ETPU: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h277 EM_ETPU = 178, // Freescale Extended Time Processing Unit enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h825 _ELF_DEFINE_EM(EM_ETPU, 178, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp331 ECase(EM_ETPU); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1260 ENUM_ENT(EM_ETPU, "Freescale Extended Time Processing Unit"),