Home
last modified time | relevance | path

Searched refs:LineSec (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp595 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local
597 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()
622 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local
624 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()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp526 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in EmitCU() local
527 EmitDwarfLineTable(MCOS, LineSec.first, LineSec.second); in EmitCU()