Files
clang-p2996/llvm/lib/Object/COFFObjectFile.cpp
Jacek Caban 5c1544c953 [Object][COFF][NFC] Introduce getMachineArchType helper. (#87370)
It's a common pattern that we have a machine type, but we don't care
which ARM64* platform we're dealing with. We already have
isAnyArm64 for that, but it does not fit cases where we use a switch
statement. With this helper, it's easy to simplify such cases by using
Triple::ArchType instead of machine type.
2024-04-03 13:28:23 +02:00

70 KiB