Searched refs:LineInfoTable (Results 1 – 2 of 2) sorted by relevance
539 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()595 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection()622 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection()
203 std::unordered_map<uint32_t, std::vector<BTFLineInfo>> LineInfoTable; variable