Searched refs:DW_AT_location (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h64 AttrEntry DW_AT_location; member in struct:llvm::DIEHash::DIEAttrs
H A DDIEHash.cpp168 COLLECT_ATTR(DW_AT_location);
359 ADD_ATTR(Attrs.DW_AT_location);
H A DDwarfCompileUnit.cpp446 /// addVariableAddress - Add DW_AT_location attribute for a
451 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location);
453 addBlockByrefAddress(DV, Die, dwarf::DW_AT_location, Location);
455 addAddress(Die, dwarf::DW_AT_location, Location,
1372 addBlock(ParamDIE, dwarf::DW_AT_location, Block);
1618 addBlock(VariableSpecDIE, dwarf::DW_AT_location, Block);
1623 addBlock(VariableDIE, dwarf::DW_AT_location, Block);
1653 addBlock(VariableDIE, dwarf::DW_AT_location, Block);
1796 addSectionLabel(VariableDie, dwarf::DW_AT_location,
H A DDwarfDebug.cpp157 have a DW_AT_location that tells the debugger how to unwind through
2137 case dwarf::DW_AT_location: {
/freebsd-10.2-release/lib/libdwarf/
H A Ddwarf_dump.c156 case DW_AT_location:
157 return "DW_AT_location";
559 case DW_AT_location:
615 case DW_AT_location:
H A Ddwarf.h99 #define DW_AT_location 0x02 macro
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp114 case DW_AT_location:
H A DDWARFDebugPubnames.cpp139 case DW_AT_location:
151 // add these if we wanted to by introspecting into the DW_AT_location and seeing
H A DDWARFCompileUnit.cpp685 case DW_AT_location:
698 // add these if we wanted to by introspecting into the DW_AT_location and seeing
H A DDWARFDebugInfoEntry.cpp1126 case DW_AT_location:
H A DSymbolFileDWARF.cpp4249 case DW_AT_location:
7364 // If we have already found a DW_AT_location attribute, ignore this attribute.
7405 case DW_AT_location:
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DDwarf.cpp118 case DW_AT_location: return "DW_AT_location";
/freebsd-10.2-release/contrib/gcc/
H A Ddwarf2.h248 DW_AT_location = 0x02, enumerator in enum:dwarf_attribute
H A Ddwarf2out.c4550 case DW_AT_location:
4551 return "DW_AT_location";
7529 /* A static variable; extract the symbol from DW_AT_location.
7532 dw_attr_ref a = get_AT (die, DW_AT_location);
9715 DW_AT_location and DW_AT_bit_offset attributes for fields (both bit-fields
9716 and, in the case of DW_AT_location, regular fields as well). */
10410 /* Generate *either* a DW_AT_location attribute or else a DW_AT_const_value
10765 add_AT_loc (decl_die, DW_AT_location, loc);
11561 add_location_or_const_value_attribute (parm_die, node, DW_AT_location);
12178 add_location_or_const_value_attribute (var_die, decl, DW_AT_location);
[all...]
/freebsd-10.2-release/contrib/binutils/include/elf/
H A Ddwarf2.h250 DW_AT_location = 0x02, enumerator in enum:dwarf_attribute
/freebsd-10.2-release/contrib/binutils/binutils/
H A Ddwarf.c1132 case DW_AT_location:
1354 case DW_AT_location:
1394 case DW_AT_location: return "DW_AT_location";
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h175 DW_AT_location = 0x02,
/freebsd-10.2-release/contrib/gdb/gdb/
H A Ddwarf2read.c1185 functions; the rest were DW_AT_location attributes, probably
3481 attr = dwarf2_attr (die, DW_AT_location, cu);
3495 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
4431 case DW_AT_location:
4443 dwarf2_invalid_attrib_class_complaint ("DW_AT_location",
5575 /* A DW_AT_location attribute with no contents indicates that a
5705 attr = dwarf2_attr (die, DW_AT_location, cu);
5733 attr = dwarf2_attr (die, DW_AT_location, cu);
6568 case DW_AT_location:
6569 return "DW_AT_location";
[all...]
/freebsd-10.2-release/contrib/binutils/bfd/
H A Ddwarf2.c1819 case DW_AT_location:

Completed in 327 milliseconds