(Optionally) delegate resolving to a sub‐resolver, and keep track whether there were unresolved references.
Synopsis
Declared in <llvm/TableGen/Record.h>
class TrackUnresolvedResolver 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 that tracks unresolved references. |
Return whether resolution encountered an unresolved reference. |
|
Return the record whose initializers are resolved. |
|
Return whether this is the final resolution step. |
|
|
Return whether bits that resolve to |
|
Resolve |
Set whether this is the final resolution step. |
Created with MrDocs