Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDELF.cpp134 .Case("ti_c5500", EM_TI_C5500) in convertArchNameToEMachine()
436 case EM_TI_C5500: in convertEMachineToArchName()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h253 EM_TI_C5500 = 142, // The Texas Instruments TMS320C55x DSP family enumerator
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h789 _ELF_DEFINE_EM(EM_TI_C5500, 142, \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp311 ECase(EM_TI_C5500); in enumeration()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1238 ENUM_ENT(EM_TI_C5500, "Texas Instruments TMS320C55x DSP family"),