LLVM
8.0.1
|
String table. More...
#include "Target/BPF/BTFDebug.h"
Public Member Functions | |
BTFStringTable () | |
uint32_t | getSize () |
std::vector< std::string > & | getTable () |
uint32_t | addString (StringRef S) |
Add a string to the string table and returns its offset in the table. More... | |
String table.
Definition at line 158 of file BTFDebug.h.
|
inline |
Definition at line 169 of file BTFDebug.h.
Add a string to the string table and returns its offset in the table.
Definition at line 306 of file BTFDebug.cpp.
References Size, and llvm::StringRef::size().
Referenced by llvm::BTFDebug::addString().
|
inline |
Definition at line 170 of file BTFDebug.h.
References Size.
Referenced by llvm::BTFDebug::BTFDebug().
|
inline |
Definition at line 171 of file BTFDebug.h.
Referenced by llvm::BTFDebug::BTFDebug().