Searched refs:DW_AT_stmt_list (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.cpp58 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
214 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp122 case DW_AT_stmt_list: return "DW_AT_stmt_list";
/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf.h107 #define DW_AT_stmt_list 0x10 macro
H A Ddwarf_dump.c190 case DW_AT_stmt_list:
191 return "DW_AT_stmt_list";
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h258 DW_AT_stmt_list = 0x10, enumerator in enum:dwarf_attribute
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h256 DW_AT_stmt_list = 0x10, enumerator in enum:dwarf_attribute
H A Ddwarf2out.c4563 case DW_AT_stmt_list:
4564 return "DW_AT_stmt_list";
14413 add_AT_lineptr (comp_unit_die, DW_AT_stmt_list,
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h156 DW_AT_stmt_list = 0x10, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp717 // DW_AT_stmt_list is a offset of line number information for this
724 NewCU->addLabel(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4,
728 NewCU->addUInt(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4, 0);
730 NewCU->addDelta(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4,
2611 // This DIE has the following attributes: DW_AT_comp_dir, DW_AT_stmt_list,
2643 // DW_AT_stmt_list is a offset of line number information for this
2647 NewCU->addLabel(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_sec_offset,
2650 NewCU->addUInt(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_sec_offset, 0);
/freebsd-10.0-release/contrib/binutils/gas/
H A Ddwarf2dbg.c1492 out_abbrev (DW_AT_stmt_list, DW_FORM_data4);
1577 /* DW_AT_stmt_list */
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp480 EmitAbbrev(MCOS, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4);
628 // DW_AT_stmt_list, a 4 byte offset from the start of the .debug_line section,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp1105 case DW_AT_stmt_list:
H A DSymbolFileDWARF.cpp1173 dw_offset_t stmt_list = cu_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_stmt_list, DW_INVALID_OFFSET);
1250 const dw_offset_t cu_line_offset = dwarf_cu_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_stmt_list, DW_INVALID_OFFSET);
/freebsd-10.0-release/contrib/binutils/bfd/
H A Ddwarf2.c1992 case DW_AT_stmt_list:
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c1402 case DW_AT_stmt_list: return "DW_AT_stmt_list";
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c2125 attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
6584 case DW_AT_stmt_list:
6585 return "DW_AT_stmt_list";

Completed in 384 milliseconds