Parse architecture name Arch into its ProfileKind.
Declared in <llvm/TargetParser/ARMTargetParser.h>
ProfileKind
parseArchProfile(StringRef Arch);
Matching profile, or ProfileKind::INVALID if none applies.
| Name | Description |
|---|---|
| Arch | Architecture name such as "armv7-m". |