Searched refs:LineSec (Results 1 – 2 of 2) sorted by relevance
1213 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local1215 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()1249 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local1251 std::to_string(LineSec.first)); in emitBTFExtSection()1252 OS.emitInt32(LineSec.first); in emitBTFExtSection()1253 OS.emitInt32(LineSec.second.size()); in emitBTFExtSection()1254 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection()
605 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in emitCU() local606 emitOne(MCOS, LineSec.first, LineSec.second); in emitCU()