Searched refs:FuncInfoTable (Results 1 – 2 of 2) sorted by relevance
1073 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()
299 std::map<uint32_t, std::vector<BTFFuncInfo>> FuncInfoTable; variable