Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DELF.cpp125 .Case("rs08", EM_RS08) in convertArchNameToEMachine()
417 case EM_RS08: in convertEMachineToArchName()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h241 EM_RS08 = 132, // Freescale RS08 embedded processor enumerator
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp297 ECase(EM_RS08); in enumeration()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1147 ENUM_ENT(EM_RS08, "Freescale RS08 embedded processor"),