Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp777 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local
779 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()
813 for (const auto &LineSec : LineInfoTable) { in emitBTFExtSection() local
815 std::to_string(LineSec.first)); in emitBTFExtSection()
816 OS.EmitIntValue(LineSec.first, 4); in emitBTFExtSection()
817 OS.EmitIntValue(LineSec.second.size(), 4); in emitBTFExtSection()
818 for (const auto &LineInfo : LineSec.second) { in emitBTFExtSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp529 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in EmitCU() local
530 EmitDwarfLineTable(MCOS, LineSec.first, LineSec.second); in EmitCU()