LLVM: llvm::BitRecTy Class Reference (original) (raw)
'bit' - Represent a single bit More...
#include "[llvm/TableGen/Record.h](TableGen%5F2Record%5F8h%5Fsource.html)"
Inheritance diagram for llvm::BitRecTy:
| Public Member Functions | |
|---|---|
| std::string | getAsString () const override |
| bool | typeIsConvertibleTo (const RecTy *RHS) const override |
| Return true if all values of 'this' type can be converted to the specified type. | |
| Public Member Functions inherited from llvm::RecTy | |
| RecTy (RecTyKind K, RecordKeeper &RK) | |
| virtual | ~RecTy ()=default |
| RecTyKind | getRecTyKind () const |
| RecordKeeper & | getRecordKeeper () const |
| Return the RecordKeeper that uniqued this Type. | |
| void | print (raw_ostream &OS) const |
| void | dump () const |
| virtual bool | typeIsA (const RecTy *RHS) const |
| Return true if 'this' type is equal to or a subtype of RHS. | |
| const ListRecTy * | getListTy () const |
| Returns the type representing list. |
Detailed Description
'bit' - Represent a single bit
Definition at line 113 of file Record.h.
Member Function Documentation
◆ classof()
◆ get()
◆ getAsString()
| std::string llvm::BitRecTy::getAsString ( ) const | inlineoverridevirtual |
|---|
◆ typeIsConvertibleTo()
| bool BitRecTy::typeIsConvertibleTo ( const RecTy * RHS) const | overridevirtual |
|---|
The documentation for this class was generated from the following files:
- include/llvm/TableGen/Record.h
- lib/TableGen/Record.cpp