Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp379 addBlock(*VariableDIE, dwarf::DW_AT_location, DwarfExpr->finalize()); in addLocationAttribute()
794 addBlock(VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize()); in applyConcreteDbgVariableAttributes()
810 addBlock(VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize()); in applyConcreteDbgVariableAttributes()
871 addBlock(VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize()); in applyConcreteDbgVariableAttributes()
879 addLocationList(VariableDie, dwarf::DW_AT_location, in applyConcreteDbgVariableAttributes()
941 addBlock(VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize()); in applyConcreteDbgVariableAttributes()
961 addBlock(VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize()); in applyConcreteDbgVariableAttributes()
1331 addAddress(*CallSiteDieParam, dwarf::DW_AT_location, in constructCallSiteParmEntryDIEs()
1566 addComplexAddress(Single->getExpr(), Die, dwarf::DW_AT_location, Location); in addVariableAddress()
1568 addAddress(Die, dwarf::DW_AT_location, Location); in addVariableAddress()
H A DDIEHashAttributes.def36 HANDLE_DIE_HASH_ATTR(DW_AT_location)
H A DDwarfUnit.cpp1123 addBlock(ParamDIE, dwarf::DW_AT_location, Loc); in constructTemplateValueParameterDIE()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_loclist.c71 case DW_AT_location: in dwarf_loclist_n()
H A Ddwarf.h121 #define DW_AT_location 0x02 macro
H A Ddwarf_form.c454 case DW_AT_location: in dwarf_get_form_class()
H A Ddwarf_dump.c175 case DW_AT_location: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp328 if (Die.find(dwarf::DW_AT_location) || Die.find(dwarf::DW_AT_const_value)) { in collectStatsForDie()
364 Die.getLocations(dwarf::DW_AT_location); in collectStatsForDie()
753 (Child.find(dwarf::DW_AT_location) || in updateVarsWithAbstractOriginLocCovInfo()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp720 case DW_AT_location: in mayHaveLocationList()
738 case DW_AT_location: in mayHaveLocationExpr()
H A DDWARFVerifier.cpp703 case DW_AT_location: { in verifyDebugInfoAttribute()
715 Die.getLocations(DW_AT_location)) { in verifyDebugInfoAttribute()
1684 Die.getLocations(DW_AT_location); in isVariableIndexable()
H A DDWARFUnit.cpp788 Die.getLocations(DW_AT_location); in updateVariableDieMap()
H A DDWARFContext.cpp1672 Die.getLocations(DW_AT_location)) { in addLocalsForDie()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp109 Gap->setAttr(dwarf::DW_AT_location); in addLocationGap()
H A DLVLocation.cpp592 case dwarf::DW_AT_location: in setKind()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp61 VarDie.getLocations(dwarf::DW_AT_location); in addVariable()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp286 auto Locations = Die.getLocations(dwarf::DW_AT_location); in getLocation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp270 case DW_AT_location: in IndexUnitImpl()
H A DSymbolFileDWARF.cpp3511 case DW_AT_location: in ParseVariableDIE()
4026 if (attr == DW_AT_location) in CollectCallSiteParameters()
H A DDWARFASTParserClang.cpp3163 case DW_AT_location: in ParseChildParameters()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp498 case dwarf::DW_AT_location: in processOneAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp428 Abbrev->findAttributeIndex(dwarf::DW_AT_location); in getVariableRelocAdjustment()
1667 case dwarf::DW_AT_location: in shouldSkipAttribute()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1093 if (dwarf_attr(die, DW_AT_location, &at, &de) == DW_DLV_OK && in search_line_attr()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c5452 case DW_AT_location: in dump_dwarf_die()
6443 if (attr != DW_AT_location && in search_loclist_at()