Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DOptions.td15 def N: JoinedOrSeparate<["-"], "N">, HelpText<"Input native .def File on ARM64EC">;
/freebsd/contrib/file/magic/Magdir/
H A Darm52 # ARM64EC
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DOptions.td26 … P<"defArm64Native", "def file to use to generate native ARM64 symbols in ARM64EC import library">;
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h39 static const auto ARM64EC = llvm::COFF::IMAGE_FILE_MACHINE_ARM64EC; variable
H A DChunks.h473 case ARM64EC: in getArm64ECRangeType()
H A DWriter.cpp1593 case ARM64EC: in writeHeader()
1708 ctx.config.machine == ARM64EC ? hybridPdata : pdata; in writeHeader()
2277 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.td221 …// 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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp208 CV_ENUM_CLASS_ENT(CPUType, ARM64EC),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp273 RETURN_CASE(CPUType, ARM64EC, "arm64ec"); in formatMachineType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td5991 The ``hybrid_patchable`` attribute declares an ARM64EC function with an additional
5995 `ARM64EC ABI documentation <https://learn.microsoft.com/en-us/windows/arm/arm64ec-abi>`_.