Home
last modified time | relevance | path

Searched refs:EM_VE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp197 .Case("ve", EM_VE) in convertArchNameToEMachine()
560 case EM_VE: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEELFObjectWriter.cpp25 : MCELFObjectTargetWriter(/* Is64Bit */ true, OSABI, ELF::EM_VE, in VEELFObjectWriter()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp156 case ELF::EM_VE: in getELFRelocationTypeName()
228 case ELF::EM_VE: in getELFRelativeRelocationType()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h321 EM_VE = 251, // NEC SX-Aurora VE enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1347 case ELF::EM_VE: in getFileFormatName()
1437 case ELF::EM_VE: in getArch()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp356 ECase(EM_VE); in enumeration()
922 case ELF::EM_VE: in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1285 ENUM_ENT(EM_VE, "NEC SX-Aurora Vector Engine"),