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

/external/elfutils/libdw/
H A Ddwarf_getlocation_implicit_pointer.c45 attr->code = DW_AT_location;
69 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL
H A Ddwarf_getlocation_attr.c71 result->code = DW_AT_location;
91 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL)
104 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL
H A Ddwarf_formudata.c137 case DW_AT_location:
H A Ddwarf.h132 DW_AT_location = 0x02, enumerator in enum:__anon5469
H A Ddwarf_getlocation.c51 case DW_AT_location:
H A Dknown-dwarf.h105 DWARF_ONE_KNOWN_DW_AT (location, DW_AT_location) \
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h62 DIEValue DW_AT_location; member in struct:llvm::DIEHash::DIEAttrs
H A DDwarfCompileUnit.cpp186 addBlock(*VariableDIE, dwarf::DW_AT_location, Loc);
204 addBlock(*VariableDIE, dwarf::DW_AT_location, Loc);
490 addLocationList(*VariableDie, dwarf::DW_AT_location, Offset);
533 addBlock(*VariableDie, dwarf::DW_AT_location, Loc);
734 /// addVariableAddress - Add DW_AT_location attribute for a
739 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location);
741 addBlockByrefAddress(DV, Die, dwarf::DW_AT_location, Location);
743 addAddress(Die, dwarf::DW_AT_location, Location);
H A DDIEHash.cpp160 COLLECT_ATTR(DW_AT_location);
401 ADD_ATTR(Attrs.DW_AT_location);
H A DDwarfUnit.cpp1060 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/elfutils/tests/
H A Dvarlocs.c638 if (dwarf_hasattr (&child, DW_AT_location))
641 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/google-breakpad/src/common/dwarf/
H A Ddwarf2enums.h158 DW_AT_location = 0x02, enumerator in enum:dwarf2reader::DwarfAttribute
/external/llvm/include/llvm/Support/
H A DDwarf.h96 DW_AT_location = 0x02,
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_d3basics.h223 DW_AT_location = 0x02, enumerator in enum:__anon19334
H A Dd3basics.c195 case DW_AT_location: return "DW_AT_location";
H A Dreaddwarf3.c1756 /* cts is derived from a DW_AT_location and so refers either to a
2294 if (attr == DW_AT_location
2506 DW_AT_location : 13440
2525 DW_AT_location : 9 byte block: 3 c0 c7 13 38 0 0 0 0
/external/elfutils/src/
H A Dnm.c609 Dwarf_Attribute *locattr = dwarf_attr (die, DW_AT_location, &locattr_mem);
H A Dreadelf.c5991 case DW_AT_location:
6153 case DW_AT_location:
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp2035 uint32_t LocationIdx = Abbrev->findAttributeIndex(dwarf::DW_AT_location);
2489 else if (AttrSpec.Attr == dwarf::DW_AT_location ||
2635 case dwarf::DW_AT_location:

Completed in 888 milliseconds