Home
last modified time | relevance | path

Searched refs:BTFStringTable (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h246 class BTFStringTable {
257 BTFStringTable() : Size(0) {} in BTFStringTable() function
296 BTFStringTable StringTable;
H A DBTFDebug.cpp493 uint32_t BTFStringTable::addString(StringRef S) { in addString()