Searched refs:FuncInfoTable (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp791 // Do not emit section if empty FuncInfoTable and LineInfoTable
793 if (!FuncInfoTable.size() && !LineInfoTable.size() &&
808 for (const auto &FuncSec : FuncInfoTable) {
834 for (const auto &FuncSec : FuncInfoTable) {
957 FuncInfoTable[SecNameOff].push_back(FuncInfo);
H A DBTFDebug.h248 std::map<uint32_t, std::vector<BTFFuncInfo>> FuncInfoTable; member in class:llvm::BTFDebug

Completed in 163 milliseconds