Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1055 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local
1057 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()
1091 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local
1093 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()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1541 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in emitCU() local
1542 emitDwarfLineTable(MCOS, LineSec.first, LineSec.second); in emitCU()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp554 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in emitCU() local
555 emitOne(MCOS, LineSec.first, LineSec.second); in emitCU()