/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 379 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 D | DIEHashAttributes.def | 36 HANDLE_DIE_HASH_ATTR(DW_AT_location)
|
H A D | DwarfUnit.cpp | 1123 addBlock(ParamDIE, dwarf::DW_AT_location, Loc); in constructTemplateValueParameterDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp |
|
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_loclist.c | 71 case DW_AT_location: in dwarf_loclist_n()
|
H A D | dwarf.h | 121 #define DW_AT_location 0x02 macro
|
H A D | dwarf_form.c | 454 case DW_AT_location: in dwarf_get_form_class()
|
H A D | dwarf_dump.c | 175 case DW_AT_location: in dwarf_get_AT_name()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 328 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 D | DWARFDie.cpp | 720 case DW_AT_location: in mayHaveLocationList() 738 case DW_AT_location: in mayHaveLocationExpr()
|
H A D | DWARFVerifier.cpp | 703 case DW_AT_location: { in verifyDebugInfoAttribute() 715 Die.getLocations(DW_AT_location)) { in verifyDebugInfoAttribute() 1684 Die.getLocations(DW_AT_location); in isVariableIndexable()
|
H A D | DWARFUnit.cpp | 788 Die.getLocations(DW_AT_location); in updateVariableDieMap()
|
H A D | DWARFContext.cpp | 1672 Die.getLocations(DW_AT_location)) { in addLocalsForDie()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 109 Gap->setAttr(dwarf::DW_AT_location); in addLocationGap()
|
H A D | LVLocation.cpp | 592 case dwarf::DW_AT_location: in setKind()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 61 VarDie.getLocations(dwarf::DW_AT_location); in addVariable()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 286 auto Locations = Die.getLocations(dwarf::DW_AT_location); in getLocation()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | ManualDWARFIndex.cpp | 270 case DW_AT_location: in IndexUnitImpl()
|
H A D | SymbolFileDWARF.cpp | 3511 case DW_AT_location: in ParseVariableDIE() 4026 if (attr == DW_AT_location) in CollectCallSiteParameters()
|
H A D | DWARFASTParserClang.cpp | 3163 case DW_AT_location: in ParseChildParameters()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 498 case dwarf::DW_AT_location: in processOneAttribute()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 428 Abbrev->findAttributeIndex(dwarf::DW_AT_location); in getVariableRelocAdjustment() 1667 case dwarf::DW_AT_location: in shouldSkipAttribute()
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 1093 if (dwarf_attr(die, DW_AT_location, &at, &de) == DW_DLV_OK && in search_line_attr()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 5452 case DW_AT_location: in dump_dwarf_die() 6443 if (attr != DW_AT_location && in search_loclist_at()
|