Searched refs:LineInfoTable (Results 1 – 2 of 2) sorted by relevance
770 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()819 if (!FuncInfoTable.size() && !LineInfoTable.size() && in emitBTFExtSection()838 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection()874 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection()
262 std::map<uint32_t, std::vector<BTFLineInfo>> LineInfoTable; variable