Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
Ddwarf_getlocation_attr.c88 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()
Ddwarf_getlocation_implicit_pointer.c45 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()
Ddwarf_formudata.c179 case DW_AT_location: in dwarf_formudata()
Ddwarf.h157 DW_AT_location = 0x02, enumerator
Ddwarf_getlocation.c73 case DW_AT_location: in attr_ok()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.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()
DDIEHashAttributes.def36 HANDLE_DIE_HASH_ATTR(DW_AT_location)
DDwarfUnit.cpp1075 addBlock(ParamDIE, dwarf::DW_AT_location, Loc); in constructTemplateValueParameterDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp50 if (!(Value = DIE.find(dwarf::DW_AT_location))) { in markEverythingAsKept()
/third_party/elfutils/tests/
Dvarlocs.c792 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/
DDWARFVerifier.cpp478 case DW_AT_location: { in verifyDebugInfoAttribute()
480 Die.getLocations(DW_AT_location)) { in verifyDebugInfoAttribute()
1284 Die.getLocations(DW_AT_location); in isVariableIndexable()
DDWARFDie.cpp712 case DW_AT_location: in mayHaveLocationDescription()
DDWARFContext.cpp1097 Die.getLocations(DW_AT_location)) { in addLocalsForDie()
/third_party/elfutils/src/
Dnm.c594 Dwarf_Attribute *locattr = dwarf_attr (die, DW_AT_location, &locattr_mem); in get_var_range()
Dreadelf.c7361 case DW_AT_location: in attr_callback()
7748 case DW_AT_location: in attr_callback()
/third_party/libabigail/
DNEWS658 dwarf-reader: Ignore zero length location expressions from DW_AT_location
DChangeLog8926 dwarf-reader: Ignore zero length location expressions from DW_AT_location
/third_party/libabigail/src/
Dabg-dwarf-reader.cc8744 if (!dwarf_attr_integrate(const_cast<Dwarf_Die*>(die), DW_AT_location, &attr)) in die_location_address()