Searched refs:LineSec (Results 1 – 2 of 2) sorted by relevance
595 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local597 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()622 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local624 std::to_string(LineSec.first)); in emitBTFExtSection()625 OS.EmitIntValue(LineSec.first, 4); in emitBTFExtSection()626 OS.EmitIntValue(LineSec.second.size(), 4); in emitBTFExtSection()627 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection()
526 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in EmitCU() local527 EmitDwarfLineTable(MCOS, LineSec.first, LineSec.second); in EmitCU()