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

Name

Description

Arch

Architecture name string.

Created with MrDocs