Searched refs:FuncInfoTable (Results 1 – 2 of 2) sorted by relevance
591 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection()608 for (const auto &FuncSec : FuncInfoTable) { in emitBTFExtSection()685 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()
202 std::unordered_map<uint32_t, std::vector<BTFFuncInfo>> FuncInfoTable; variable