|
LLVM
3.7.0
|
#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 1507 of file Record.h.
References llvm::LessRecordRegister::ascii_isdigit(), llvm::StringRef::data(), llvm::StringRef::empty(), I, Parts, and llvm::StringRef::size().
Definition at line 1530 of file Record.h.
References Parts.
Referenced by llvm::LessRecordRegister::operator()().
|
inline |
Definition at line 1528 of file Record.h.
References Parts.
Referenced by llvm::LessRecordRegister::operator()().
| SmallVector<std::pair< bool, StringRef>, 4> llvm::LessRecordRegister::RecordParts::Parts |
Definition at line 1505 of file Record.h.
Referenced by getPart(), RecordParts(), and size().
1.8.6