Home
last modified time | relevance | path

Searched defs:ExtensionInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h52 struct ExtensionInfo { struct
53 StringRef UserVisibleName; // Human readable name used in -march, -cpu
55 std::optional<StringRef> Alias; // An alias for this extension, if one exists.
56 ArchExtKind ID; // Corresponding to the ArchExtKind, this
58 StringRef ArchFeatureName; // The feature name defined by the
60 StringRef Description; // The textual description of the extension.
61 StringRef PosTargetFeature; // -target-feature/-mattr enable string,
63 StringRef NegTargetFeature; // -target-feature/-mattr disable string,