Searched refs:LineSec (Results 1 – 2 of 2) sorted by relevance
1093 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local1095 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()1129 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local1131 std::to_string(LineSec.first)); in emitBTFExtSection()1132 OS.emitInt32(LineSec.first); in emitBTFExtSection()1133 OS.emitInt32(LineSec.second.size()); in emitBTFExtSection()1134 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection()
553 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in emitCU() local554 emitOne(MCOS, LineSec.first, LineSec.second); in emitCU()