llvm::ARM::parseArchProfile

Parse architecture name Arch into its ProfileKind.

Synopsis

Declared in <llvm/TargetParser/ARMTargetParser.h>

ProfileKind
parseArchProfile(StringRef Arch);

Return Value

Matching profile, or ProfileKind::INVALID if none applies.

Parameters

NameDescription
ArchArchitecture name such as "armv7-m".