Searched refs:LineSec (Results 1 – 3 of 3) sorted by relevance
1055 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local1057 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()1091 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local1093 std::to_string(LineSec.first)); in emitBTFExtSection()1094 OS.emitInt32(LineSec.first); in emitBTFExtSection()1095 OS.emitInt32(LineSec.second.size()); in emitBTFExtSection()1096 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection()
1541 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in emitCU() local1542 emitDwarfLineTable(MCOS, LineSec.first, LineSec.second); in emitCU()
554 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in emitCU() local555 emitOne(MCOS, LineSec.first, LineSec.second); in emitCU()