LLVM API Documentation
#include <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 1741 of file Record.h.
References llvm::LessRecordRegister::ascii_isdigit(), llvm::StringRef::data(), llvm::StringRef::empty(), I, Parts, and llvm::StringRef::size().
Definition at line 1764 of file Record.h.
References Parts.
Referenced by llvm::LessRecordRegister::operator()().
|
inline |
Definition at line 1762 of file Record.h.
References Parts.
Referenced by llvm::LessRecordRegister::operator()().
SmallVector<std::pair< bool, StringRef>, 4> llvm::LessRecordRegister::RecordParts::Parts |
Definition at line 1739 of file Record.h.
Referenced by getPart(), RecordParts(), and size().