llvm::AArch64::parseArch

Parse an architecture name as accepted by -march.

Synopsis

Declared in <llvm/TargetParser/AArch64TargetParser.h>

ArchInfo const*
parseArch(StringRef Arch);

Return Value

Pointer to the matching ArchInfo, or nullptr if unrecognized.

Parameters

NameDescription
ArchArchitecture name string.