Parse a name as defined by the Extension class in tablegen.
Synopsis
Declared in <llvm/TargetParser/AArch64TargetParser.h>
std::optional<ExtensionInfo>
parseArchExtension(StringRef Extension);
Return Value
Matching ExtensionInfo, or std::nullopt if unrecognized.
Parameters
Name |
Description |
Extension |
Extension name as used in ‐march modifiers. |
Created with MrDocs