Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h40 static const auto ARM64X = llvm::COFF::IMAGE_FILE_MACHINE_ARM64X; variable
H A DSymbolTable.cpp42 return mt == ARM64 || mt == ARM64X; in compatibleMachineType()
45 case ARM64X: in compatibleMachineType()
H A DWriter.cpp1596 case ARM64X: in writeHeader()
2278 case ARM64X: in sortExceptionTables()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h138 ARM64X = 0xf9, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp209 CV_ENUM_CLASS_ENT(CPUType, ARM64X),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp274 RETURN_CASE(CPUType, ARM64X, "arm64x"); in formatMachineType()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4676 HelpText<"Link as a hybrid ARM64X image">;