Resolve all variables from a record except for unset variables.
Synopsis
Declared in <llvm/TableGen/Record.h>
class RecordResolver final
: public Resolver
Base Classes
Name |
Description |
Interface for looking up the initializer for a variable name, used by Init::resolveReferences. |
Member Functions
Name |
Description |
|
Construct a resolver for record fields. |
Return the record whose initializers are resolved. |
|
Return whether this is the final resolution step. |
|
|
Keep bits unresolved when resolving them produces an unset value. |
|
Resolve |
Set whether this is the final resolution step. |
|
Set the replacement name for the record. |
Created with MrDocs