LLVM: llvm::BTFStringTable Class Reference (original) (raw)
String table. More...
#include "[Target/BPF/BTFDebug.h](BTFDebug%5F8h%5Fsource.html)"
| 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.
| llvm::BTFStringTable::BTFStringTable ( ) | inline |
|---|
◆ addString()
◆ getSize()
| uint32_t llvm::BTFStringTable::getSize ( ) | inline |
|---|
◆ getTable()
| std::vector< std::string > & llvm::BTFStringTable::getTable ( ) | inline |
|---|
The documentation for this class was generated from the following files:
- lib/Target/BPF/BTFDebug.h
- lib/Target/BPF/BTFDebug.cpp