Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp819 if (!FuncInfoTable.size() && !LineInfoTable.size() && in emitBTFExtSection()
834 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection()
860 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection()
983 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()
H A DBTFDebug.h261 std::map<uint32_t, std::vector<BTFFuncInfo>> FuncInfoTable; variable