Home
last modified time | relevance | path

Searched refs:DW_AT_location (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/DebugInfo/X86/
Dstringpool.ll23 ; LINUX-NEXT: .byte 9 # DW_AT_location
34 ; DARWIN-NEXT: .byte 9 ## DW_AT_location
Dblock-capture.ll8 ; CHECK: 0x00000066: DW_AT_location [DW_FORM_data4] (0x00000023)
/external/clang/test/CodeGenObjC/
Ddebug-info-static-var.m11 // CHECK-NEXT: DW_AT_location
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp230 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location); in addVariableAddress()
232 addBlockByrefAddress(DV, Die, dwarf::DW_AT_location, Location); in addVariableAddress()
234 addAddress(Die, dwarf::DW_AT_location, Location); in addVariableAddress()
1203 addBlock(VariableSpecDIE, dwarf::DW_AT_location, 0, Block); in createGlobalVariableDIE()
1208 addBlock(VariableDIE, dwarf::DW_AT_location, 0, Block); in createGlobalVariableDIE()
1226 addBlock(VariableDIE, dwarf::DW_AT_location, 0, Block); in createGlobalVariableDIE()
1355 addLabel(VariableDie, dwarf::DW_AT_location, in constructVariableDIE()
DDwarfDebug.cpp1638 case dwarf::DW_AT_location: { in emitDIE()
/external/llvm/test/CodeGen/ARM/
D2011-01-19-MergedGlobalDbg.ll13 ; DW_AT_location
24 ;CHECK-NEXT: @ DW_AT_location
D2011-08-02-MergedGlobalDbg.ll4 ; DW_AT_location
15 ;CHECK-NEXT: @ DW_AT_location
/external/llvm/test/CodeGen/X86/
Ddbg-value-location.ll11 ;CHECK-NEXT: ## DW_AT_location
D2011-01-24-DbgValue-Before-Use.ll11 ;CHECK-NEXT: ## DW_AT_location
/external/elfutils/libdw/
Ddwarf.h135 DW_AT_location = 0x02, enumerator
Ddwarf_getlocation.c71 case DW_AT_location: in attr_ok()
/external/qemu/elff/
Ddwarf_utils.cc32 DWARF_NAMEFY(DW_AT_location); in dwarf_at_name()
Ddwarf.h219 #define DW_AT_location 0x02 macro
/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_d3basics.h210 DW_AT_location = 0x02, enumerator
Dd3basics.c191 case DW_AT_location: return "DW_AT_location"; in ML_()
Dreaddwarf3.c1680 if (attr == DW_AT_location in parse_var_DIE()
/external/llvm/lib/Support/
DDwarf.cpp118 case DW_AT_location: return "DW_AT_location"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h143 DW_AT_location = 0x02, enumerator
/external/elfutils/tests/
Dshow-die-info.c109 { DW_AT_location, "location" },
/external/elfutils/src/
Dnm.c593 Dwarf_Attribute *locattr = dwarf_attr (die, DW_AT_location, &locattr_mem); in get_var_range()
Dreadelf.c3134 [DW_AT_location] = "location", in dwarf_attr_string()
4262 case DW_AT_location: in attr_callback()
4351 case DW_AT_location: in attr_callback()
/external/linux-tools-perf/util/
Dprobe-finder.c826 if (dwarf_attr(vr_die, DW_AT_location, &attr) == NULL || in convert_variable_location()