Home
last modified time | relevance | path

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

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