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