Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1094 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local
1096 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()
1130 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local
1132 std::to_string(LineSec.first)); in emitBTFExtSection()
1133 OS.emitInt32(LineSec.first); in emitBTFExtSection()
1134 OS.emitInt32(LineSec.second.size()); in emitBTFExtSection()
1135 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp566 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in emitCU() local
567 emitOne(MCOS, LineSec.first, LineSec.second); in emitCU()