Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DELF.cpp155 .Case("etpu", EM_ETPU) in convertArchNameToEMachine()
475 case EM_ETPU: in convertEMachineToArchName()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h276 EM_ETPU = 178, // Freescale Extended Time Processing Unit enumerator
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp327 ECase(EM_ETPU); in enumeration()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1179 ENUM_ENT(EM_ETPU, "Freescale Extended Time Processing Unit"),