Searched refs:LineSec (Results 1 – 2 of 2) sorted by relevance
777 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local779 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()813 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local815 std::to_string(LineSec.first)); in emitBTFExtSection()816 OS.EmitIntValue(LineSec.first, 4); in emitBTFExtSection()817 OS.EmitIntValue(LineSec.second.size(), 4); in emitBTFExtSection()818 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection()
529 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in EmitCU() local530 EmitDwarfLineTable(MCOS, LineSec.first, LineSec.second); in EmitCU()