LLVM 20.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. | |
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 494 of file BTFDebug.cpp.
References llvm::Offset, llvm::StringRef::size(), and Size.
|
inline |
Definition at line 258 of file BTFDebug.h.
|
inline |
Definition at line 259 of file BTFDebug.h.