Searched refs:DW_SECT_LINE (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dwp-v2-tu-index.s | 31 .long 4 # DW_SECT_LINE
|
| H A D | dwp-v5-tu-index.s | 32 .long 4 # DW_SECT_LINE
|
| H A D | dwp-v2-cu-index.s | 31 .long 4 # DW_SECT_LINE
|
| H A D | dwp-v5-cu-index.s | 32 .long 4 # DW_SECT_LINE
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 27 DW_SECT_LINE = 4, enumerator
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 508 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1146 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}, in createKnownSectionsMap() 1241 case DWARFSectionKind::DW_SECT_LINE: { in updateDebugData() 1242 return getSliceData(CUDWOEntry, OutData, DWARFSectionKind::DW_SECT_LINE, in updateDebugData()
|
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 556 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}, in write()
|