Home
last modified time | relevance | path

Searched refs:ARM64EC (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Darm43 # ARM64EC
H A Dcoff40 >>>>0 uleshort 0xa641 ARM64EC
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h39 static const auto ARM64EC = llvm::COFF::IMAGE_FILE_MACHINE_ARM64EC; variable
H A DChunks.cpp451 case ARM64EC: in applyRelocation()
538 case ARM64EC: in getBaserelType()
H A DChunks.h448 case ARM64EC: in getArm64ECRangeType()
H A DWriter.cpp1589 case ARM64EC: in writeHeader()
1704 ctx.config.machine == ARM64EC ? hybridPdata : pdata; in writeHeader()
2261 case ARM64EC: in sortExceptionTables()
H A DSymbolTable.cpp43 case ARM64EC: in compatibleMachineType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h137 ARM64EC = 0xf8, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td216 …// ARM64EC-specific: the InReg attribute can be used to access the x64 sp passed into entry thunks…
222 // ARM64EC-specific: promote small integers to i32. (x86 only promotes i1,
284 // The native side of ARM64EC thunks
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst124 * Lots of incremental work towards supporting linking ARM64EC binaries.
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp206 CV_ENUM_CLASS_ENT(CPUType, ARM64EC),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp270 RETURN_CASE(CPUType, ARM64EC, "arm64ec"); in formatMachineType()