Searched refs:DW_AT_location (Results 1 – 18 of 18) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_getlocation_attr.c | 88 result->code = DW_AT_location; in dwarf_getlocation_attr() 132 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL) in dwarf_getlocation_attr() 147 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL in dwarf_getlocation_attr()
|
D | dwarf_getlocation_implicit_pointer.c | 45 attr->code = DW_AT_location; in __libdw_empty_loc_attr() 70 if (INTUSE(dwarf_attr) (&die, DW_AT_location, result) == NULL in dwarf_getlocation_implicit_pointer()
|
D | dwarf_formudata.c | 179 case DW_AT_location: in dwarf_formudata()
|
D | dwarf.h | 157 DW_AT_location = 0x02, enumerator
|
D | dwarf_getlocation.c | 73 case DW_AT_location: in attr_ok()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 295 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()
|
D | DIEHashAttributes.def | 36 HANDLE_DIE_HASH_ATTR(DW_AT_location)
|
D | DwarfUnit.cpp | 1075 addBlock(ParamDIE, dwarf::DW_AT_location, Loc); in constructTemplateValueParameterDIE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 50 if (!(Value = DIE.find(dwarf::DW_AT_location))) { in markEverythingAsKept()
|
/third_party/elfutils/tests/ |
D | varlocs.c | 792 if (dwarf_hasattr (&child, DW_AT_location)) in print_varlocs() 795 if (dwarf_attr (&child, DW_AT_location, &attr) == NULL) in print_varlocs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 478 case DW_AT_location: { in verifyDebugInfoAttribute() 480 Die.getLocations(DW_AT_location)) { in verifyDebugInfoAttribute() 1284 Die.getLocations(DW_AT_location); in isVariableIndexable()
|
D | DWARFDie.cpp | 712 case DW_AT_location: in mayHaveLocationDescription()
|
D | DWARFContext.cpp | 1097 Die.getLocations(DW_AT_location)) { in addLocalsForDie()
|
/third_party/elfutils/src/ |
D | nm.c | 594 Dwarf_Attribute *locattr = dwarf_attr (die, DW_AT_location, &locattr_mem); in get_var_range()
|
D | readelf.c | 7361 case DW_AT_location: in attr_callback() 7748 case DW_AT_location: in attr_callback()
|
/third_party/libabigail/ |
D | NEWS | 658 dwarf-reader: Ignore zero length location expressions from DW_AT_location
|
D | ChangeLog | 8926 dwarf-reader: Ignore zero length location expressions from DW_AT_location
|
/third_party/libabigail/src/ |
D | abg-dwarf-reader.cc | 8744 if (!dwarf_attr_integrate(const_cast<Dwarf_Die*>(die), DW_AT_location, &attr)) in die_location_address()
|