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