Searched refs:FuncInfoTable (Results 1 – 2 of 2) sorted by relevance
1192 if (!FuncInfoTable.size() && !LineInfoTable.size() && in emitBTFExtSection()1209 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection()1235 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection()1356 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()
299 std::map<uint32_t, std::vector<BTFFuncInfo>> FuncInfoTable; variable