LLVM
15.0.0git
|
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 246 of file BTFDebug.h.
|
inline |
Definition at line 257 of file BTFDebug.h.
Add a string to the string table and returns its offset in the table.
Definition at line 491 of file BTFDebug.cpp.
References Offset, S, and llvm::Check::Size.
|
inline |
Definition at line 258 of file BTFDebug.h.
|
inline |
Definition at line 259 of file BTFDebug.h.