Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h208 class BTFStringTable {
219 BTFStringTable() : Size(0) {} in BTFStringTable() function
258 BTFStringTable StringTable;
H A DBTFDebug.cpp389 uint32_t BTFStringTable::addString(StringRef S) { in addString()