Home
last modified time | relevance | path

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

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