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