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