Wrapper for a spelling record with an associated version range.
Synopsis
Declared in <llvm/TableGen/DirectiveEmitter.h>
class Spelling
: public Versioned
Base Classes
Name |
Description |
Helpers for reading min/max version fields from a TableGen record. |
Type Aliases
Name |
Description |
Spelling text paired with the versions where it is valid. |
Member Functions
Name |
Description |
|
Construct a spelling view over TableGen record |
Return the spelling text and version range as a Value. |
|
Return the maximum version stored on |
|
Return the minimum version stored on |
|
Return the spelling text from the record. |
|
Return the version range for which this spelling is valid. |
Created with MrDocs