Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDIEHashAttributes.def36 HANDLE_DIE_HASH_ATTR(DW_AT_location)
HDDwarfCompileUnit.cpp295 addBlock(*VariableDIE, dwarf::DW_AT_location, DwarfExpr->finalize()); in addLocationAttribute()
613 addLocationList(*VariableDie, dwarf::DW_AT_location, Offset); in constructVariableDIEImpl()
634 addBlock(*VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize()); in constructVariableDIEImpl()
699 addBlock(*VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize()); in constructVariableDIEImpl()
1002 addAddress(*CallSiteDieParam, dwarf::DW_AT_location, in constructCallSiteParmEntryDIEs()
1184 addComplexAddress(DV, Die, dwarf::DW_AT_location, Location); in addVariableAddress()
1186 addAddress(Die, dwarf::DW_AT_location, Location); in addVariableAddress()
HDDwarfUnit.cpp1075 addBlock(ParamDIE, dwarf::DW_AT_location, Loc); in constructTemplateValueParameterDIE()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
HDDWARFLinkerCompileUnit.cpp50 if (!(Value = DIE.find(dwarf::DW_AT_location))) { in markEverythingAsKept()
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
HDdwarf_loclist.c71 case DW_AT_location: in dwarf_loclist_n()
HDdwarf.h113 #define DW_AT_location 0x02 macro
HDdwarf_form.c454 case DW_AT_location: in dwarf_get_form_class()
HDdwarf_dump.c175 case DW_AT_location: in dwarf_get_AT_name()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFVerifier.cpp478 case DW_AT_location: { in verifyDebugInfoAttribute()
480 Die.getLocations(DW_AT_location)) { in verifyDebugInfoAttribute()
1284 Die.getLocations(DW_AT_location); in isVariableIndexable()
HDDWARFDie.cpp712 case DW_AT_location: in mayHaveLocationDescription()
HDDWARFContext.cpp1097 Die.getLocations(DW_AT_location)) { in addLocalsForDie()
/freebsd-11-stable/contrib/gcc/
HDdwarf2.h248 DW_AT_location = 0x02, enumerator
HDdwarf2out.c4545 case DW_AT_location: in dwarf_attr_name()
7521 dw_attr_ref a = get_AT (die, DW_AT_location); in output_aranges()
10752 add_AT_loc (decl_die, DW_AT_location, loc); in add_bound_info()
11546 add_location_or_const_value_attribute (parm_die, node, DW_AT_location); in gen_formal_parameter_die()
12163 add_location_or_const_value_attribute (var_die, decl, DW_AT_location); in gen_variable_die()
HDChangeLog-19996594 * dwarf2out.c (output_aranges): Use DW_AT_location to find the
/freebsd-11-stable/contrib/binutils/include/elf/
HDdwarf2.h250 DW_AT_location = 0x02, enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDManualDWARFIndex.cpp190 case DW_AT_location: in IndexUnitImpl()
HDDWARFDebugInfoEntry.cpp496 case DW_AT_location: in DumpAttribute()
HDSymbolFileDWARF.cpp3336 case DW_AT_location: { in ParseVariableDIE()
3793 if (attr == DW_AT_location) in CollectCallSiteParameters()
HDDWARFASTParserClang.cpp3019 case DW_AT_location: in ParseChildParameters()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDStatistics.cpp229 Die.getLocations(dwarf::DW_AT_location); in collectStatsForDie()
/freebsd-11-stable/contrib/binutils/binutils/
HDdwarf.c1132 case DW_AT_location: in read_and_display_attr_value()
1354 case DW_AT_location: in read_and_display_attr_value()
1394 case DW_AT_location: return "DW_AT_location"; in get_AT_name()
/freebsd-11-stable/contrib/gdb/gdb/
HDdwarf2read.c3481 attr = dwarf2_attr (die, DW_AT_location, cu); in read_common_block()
4431 case DW_AT_location: in read_partial_die()
5705 attr = dwarf2_attr (die, DW_AT_location, cu); in new_symbol()
5733 attr = dwarf2_attr (die, DW_AT_location, cu); in new_symbol()
6568 case DW_AT_location: in dwarf_attr_name()
/freebsd-11-stable/contrib/elftoolchain/nm/
HDnm.c1055 if (dwarf_attr(die, DW_AT_location, &at, &de) == DW_DLV_OK && in search_line_attr()
/freebsd-11-stable/contrib/binutils/bfd/
HDdwarf2.c1819 case DW_AT_location: in scan_unit_for_symbols()
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c5352 case DW_AT_location: in dump_dwarf_die()
6336 if (attr != DW_AT_location && in search_loclist_at()

12