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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp225 /// addVariableAddress - Add DW_AT_location attribute for a
230 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location);
232 addBlockByrefAddress(DV, Die, dwarf::DW_AT_location, Location);
234 addAddress(Die, dwarf::DW_AT_location, Location);
1203 addBlock(VariableSpecDIE, dwarf::DW_AT_location, 0, Block);
1208 addBlock(VariableDIE, dwarf::DW_AT_location, 0, Block);
1226 addBlock(VariableDIE, dwarf::DW_AT_location, 0, Block);
1355 addLabel(VariableDie, dwarf::DW_AT_location,
H A DDwarfDebug.cpp100 have a DW_AT_location that tells the debugger how to unwind through
1638 case dwarf::DW_AT_location: {
/external/elfutils/libdw/
H A Ddwarf_getlocation.c71 case DW_AT_location:
H A Ddwarf.h135 DW_AT_location = 0x02, enumerator in enum:__anon4651
/external/llvm/lib/Support/
H A DDwarf.cpp118 case DW_AT_location: return "DW_AT_location";
/external/qemu/elff/
H A Ddwarf_utils.cc32 DWARF_NAMEFY(DW_AT_location);
H A Ddwarf.h219 #define DW_AT_location 0x02 macro
/external/elfutils/tests/
H A Dshow-die-info.c109 { DW_AT_location, "location" },
/external/llvm/include/llvm/Support/
H A DDwarf.h143 DW_AT_location = 0x02, enumerator in enum:llvm::dwarf::dwarf_constants
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h210 DW_AT_location = 0x02, enumerator in enum:__anon12162
H A Dd3basics.c191 case DW_AT_location: return "DW_AT_location";
H A Dreaddwarf3.c1354 /* cts, ctsSzB, ctsMemSzB are derived from a DW_AT_location and so
1680 if (attr == DW_AT_location
1886 DW_AT_location : 13440
1905 DW_AT_location : 9 byte block: 3 c0 c7 13 38 0 0 0 0
/external/elfutils/src/
H A Dnm.c593 Dwarf_Attribute *locattr = dwarf_attr (die, DW_AT_location, &locattr_mem);
H A Dreadelf.c3134 [DW_AT_location] = "location",
4262 case DW_AT_location:
4351 case DW_AT_location:
/external/linux-tools-perf/util/
H A Dprobe-finder.c826 if (dwarf_attr(vr_die, DW_AT_location, &attr) == NULL ||

Completed in 226 milliseconds