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

12

/external/elfutils/src/libdw/
H A Ddwarf_getlocation_implicit_pointer.c45 attr->code = DW_AT_location;
71 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL
H A Ddwarf_getlocation_attr.c74 result->code = DW_AT_location;
94 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL)
107 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL
H A Ddwarf_formudata.c139 case DW_AT_location:
H A Ddwarf.h129 DW_AT_location = 0x02, enumerator in enum:__anon4560
H A Ddwarf_getlocation.c51 case DW_AT_location:
H A Dknown-dwarf.h105 ONE_KNOWN_DW_AT (location, DW_AT_location) \
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h69 AttrEntry DW_AT_location; member in struct:llvm::DIEHash::DIEAttrs
H A DDwarfCompileUnit.cpp177 addBlock(*VariableDIE, dwarf::DW_AT_location, Loc);
195 addBlock(*VariableDIE, dwarf::DW_AT_location, Loc);
485 addLocationList(*VariableDie, dwarf::DW_AT_location, Offset);
529 addBlock(*VariableDie, dwarf::DW_AT_location, Loc);
727 /// addVariableAddress - Add DW_AT_location attribute for a
732 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location);
734 addBlockByrefAddress(DV, Die, dwarf::DW_AT_location, Location);
736 addAddress(Die, dwarf::DW_AT_location, Location);
H A DDIEHash.cpp171 COLLECT_ATTR(DW_AT_location);
413 ADD_ATTR(Attrs.DW_AT_location);
H A DDwarfUnit.cpp1176 addBlock(ParamDIE, dwarf::DW_AT_location, Loc);
/external/llvm/test/DebugInfo/SystemZ/
H A Dvariable-loc.s162 .byte 3 # DW_AT_location
170 .byte 3 # DW_AT_location
311 .byte 2 # DW_AT_location
/external/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.cpp709 case DW_AT_location:
722 // add these if we wanted to by introspecting into the DW_AT_location and seeing
H A DDWARFDebugInfoEntry.cpp1124 case DW_AT_location:
H A DSymbolFileDWARF.cpp4191 case DW_AT_location:
7272 // If we have already found a DW_AT_location attribute, ignore this attribute.
7313 case DW_AT_location:
/external/elfutils/src/tests/
H A Dvarlocs.c640 if (dwarf_hasattr (&child, DW_AT_location))
643 if (dwarf_attr (&child, DW_AT_location, &attr) == NULL)
/external/llvm/lib/Support/
H A DDwarf.cpp49 case DW_AT_location: return "DW_AT_location";
/external/llvm/include/llvm/Support/
H A DDwarf.h95 DW_AT_location = 0x02,
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2enums.h158 DW_AT_location = 0x02, enumerator in enum:dwarf2reader::DwarfAttribute
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_d3basics.h223 DW_AT_location = 0x02, enumerator in enum:__anon15870
H A Dd3basics.c195 case DW_AT_location: return "DW_AT_location";
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1525 uint32_t LocationIdx = Abbrev->findAttributeIndex(dwarf::DW_AT_location);
1930 else if (AttrSpec.Attr == dwarf::DW_AT_location ||
/external/elfutils/src/src/
H A Dnm.c611 Dwarf_Attribute *locattr = dwarf_attr (die, DW_AT_location, &locattr_mem);
/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-finder.c279 if (dwarf_attr(vr_die, DW_AT_location, &attr) == NULL ||

Completed in 278 milliseconds

12