Searched refs:ARM64EC (Results 1 – 12 of 12) sorted by relevance
15 def N: JoinedOrSeparate<["-"], "N">, HelpText<"Input native .def File on ARM64EC">;
52 # ARM64EC
26 … P<"defArm64Native", "def file to use to generate native ARM64 symbols in ARM64EC import library">;
39 static const auto ARM64EC = llvm::COFF::IMAGE_FILE_MACHINE_ARM64EC; variable
473 case ARM64EC: in getArm64ECRangeType()
1593 case ARM64EC: in writeHeader()1708 ctx.config.machine == ARM64EC ? hybridPdata : pdata; in writeHeader()2277 case ARM64EC: in sortExceptionTables()
43 case ARM64EC: in compatibleMachineType()
137 ARM64EC = 0xf8, enumerator
221 …// ARM64EC-specific: the InReg attribute can be used to access the x64 sp passed into entry thunks…227 // ARM64EC-specific: promote small integers to i32. (x86 only promotes i1,289 // The native side of ARM64EC thunks
208 CV_ENUM_CLASS_ENT(CPUType, ARM64EC),
273 RETURN_CASE(CPUType, ARM64EC, "arm64ec"); in formatMachineType()
5991 The ``hybrid_patchable`` attribute declares an ARM64EC function with an additional5995 `ARM64EC ABI documentation <https://learn.microsoft.com/en-us/windows/arm/arm64ec-abi>`_.