LLVM 20.0.0git
|
#include "llvm/TableGen/Record.h"
Public Member Functions | |
RecordParts (StringRef Rec) | |
size_t | size () |
std::pair< bool, StringRef > | getPart (size_t i) |
Public Attributes | |
SmallVector< std::pair< bool, StringRef >, 4 > | Parts |
|
inline |
Definition at line 2126 of file Record.h.
References llvm::StringRef::data(), E, llvm::StringRef::empty(), I, isDigit(), Parts, and llvm::StringRef::size().
Definition at line 2149 of file Record.h.
References assert(), and Parts.
Referenced by llvm::LessRecordRegister::operator()().
|
inline |
Definition at line 2147 of file Record.h.
References Parts.
Referenced by llvm::LessRecordRegister::operator()().
SmallVector<std::pair< bool, StringRef>, 4> llvm::LessRecordRegister::RecordParts::Parts |
Definition at line 2124 of file Record.h.
Referenced by getPart(), RecordParts(), and size().