Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp165 .Case("cuda", EM_CUDA) in convertArchNameToEMachine()
493 case EM_CUDA: in convertEMachineToArchName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h287 EM_CUDA = 190, // NVIDIA CUDA architecture enumerator
/freebsd-13.1/contrib/elftoolchain/common/
H A Delfdefinitions.h841 _ELF_DEFINE_EM(EM_CUDA, 190, "NVIDIA CUDA architecture") \
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp319 ECase(EM_CUDA); in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1170 ENUM_ENT(EM_CUDA, "NVIDIA CUDA architecture"),