Synopsis
Declared in <llvm/TableGen/Record.h>
class RecordKeeper;
Member Functions
Name |
Description |
|
Default constructor |
|
Destructor |
|
|
Get all the concrete records that inherit from specified class, if the class is defined. Returns an empty vector if the class is not defined. |
|
Get the class with the specified name. |
|
Get the map of classes. |
|
Get the concrete record with the specified name. |
|
Get the map of records (defs). |
|
Get the |
|
Get the map of global variables. |
|
Return the internal implementation of the RecordKeeper. |
|
Get the main TableGen input file's name. |
|
Non-Member Functions
Name |
Description |
Apply callback for any command line option registered above. Returns false is no callback was applied. |
Created with MrDocs