Searched refs:DW_AT_stmt_list (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13-stable/contrib/elftoolchain/libdwarf/ |
| HD | dwarf_lineno.c | 49 if ((at = _dwarf_attr_find(die, DW_AT_stmt_list)) == NULL) { in dwarf_srclines() 111 if ((at = _dwarf_attr_find(die, DW_AT_stmt_list)) == NULL) { in dwarf_srcfiles()
|
| HD | dwarf.h | 129 #define DW_AT_stmt_list 0x10 macro
|
| HD | dwarf_form.c | 464 case DW_AT_stmt_list: in dwarf_get_form_class()
|
| HD | libdwarf_die.c | 415 RCHECK(_dwarf_add_AT_dataref(dbg, die, DW_AT_stmt_list, 0, 0, in _dwarf_die_gen()
|
| HD | dwarf_dump.c | 225 case DW_AT_stmt_list: in dwarf_get_AT_name()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFVerifier.cpp | 691 case DW_AT_stmt_list: in verifyDebugInfoAttribute() 939 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); in verifyDebugLineStmtOffsets() 1003 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows() 1023 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows() 1047 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows() 1064 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
|
| HD | DWARFContext.cpp | 407 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit() 436 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()
|
| HD | DWARFDebugLine.cpp | 1524 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| HD | DWARFLinkerTypeUnit.cpp | 95 .addScalarAttribute(dwarf::DW_AT_stmt_list, in createDIETree()
|
| HD | DIEAttributeCloner.cpp | 340 case dwarf::DW_AT_stmt_list: { in cloneScalarAttr()
|
| HD | DWARFLinkerCompileUnit.cpp | 956 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in emitMacroTableImpl() 1521 if (getOrigUnit().getUnitDIE().find(dwarf::DW_AT_stmt_list)) in cloneAndEmitLineTable()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfCompileUnit.cpp | 454 addSectionLabel(getUnitDie(), dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList() 460 addSectionLabel(D, dwarf::DW_AT_stmt_list, LineTableStartSym, in applyStmtList()
|
| HD | DwarfUnit.cpp | 300 addSectionOffset(getUnitDie(), dwarf::DW_AT_stmt_list, 0); in getOrCreateSourceID()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFUnit.cpp | 419 case DW_AT_stmt_list: in AddUnitDIE()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| HD | DWARFStreamer.cpp | 1349 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in emitMacroTableImpl()
|
| HD | DWARFLinker.cpp | 2101 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in patchStmtList() 2132 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in generateLineTableForUnit()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCDwarf.cpp | 793 EmitAbbrev(MCOS, dwarf::DW_AT_stmt_list, SecOffsetForm); in EmitGenDwarfAbbrev()
|
| /freebsd-13-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 4940 if (dwarf_attrval_unsigned(die, DW_AT_stmt_list, &offset, in dump_dwarf_line()
|