Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp114 .Case("dxp", EM_DXP) in convertArchNameToEMachine()
396 case EM_DXP: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h231 EM_DXP = 112, // Icera Semiconductor Inc. Deep Execution Processor enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h751 _ELF_DEFINE_EM(EM_DXP, 112, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp291 ECase(EM_DXP); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1218 ENUM_ENT(EM_DXP, "Icera Semiconductor Inc. Deep Execution Processor"),