Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp838 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local
840 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()
874 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local
876 std::to_string(LineSec.first)); in emitBTFExtSection()
877 OS.emitInt32(LineSec.first); in emitBTFExtSection()
878 OS.emitInt32(LineSec.second.size()); in emitBTFExtSection()
879 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp524 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in emitCU() local
525 emitDwarfLineTable(MCOS, LineSec.first, LineSec.second); in emitCU()