Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEELFObjectWriter.cpp26 : MCELFObjectTargetWriter(/* Is64Bit */ true, OSABI, ELF::EM_VE, in VEELFObjectWriter()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp197 .Case("ve", EM_VE) in convertArchNameToEMachine()
625 case EM_VE: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp158 case ELF::EM_VE: in getELFRelocationTypeName()
230 case ELF::EM_VE: in getELFRelativeRelocationType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1352 case ELF::EM_VE: in getFileFormatName()
1442 case ELF::EM_VE: in getArch()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h325 EM_VE = 251, // NEC SX-Aurora VE enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp358 ECase(EM_VE); in enumeration()
944 case ELF::EM_VE: in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1286 ENUM_ENT(EM_VE, "NEC SX-Aurora Vector Engine"),