Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h221 std::vector<std::string> &getTable() { return Table; } in getTable() function
H A DBTFDebug.cpp808 for (const auto &S : StringTable.getTable()) { in emitBTFSection()