The old name was a bit misleading because the functions actually return contributions to the corresponding sections. See D77146 for the discussion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D77302
[DebugInfo] Rename getOffset() to getContribution(). NFC. ClosedPublic Authored by ikudrin on Apr 2 2020, 6:30 AM.
Details Summary The old name was a bit misleading because the functions actually return contributions to the corresponding sections. See D77146 for the discussion.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 2 2020, 7:03 AM Closed by commit rGf13ce15d4410: [DebugInfo] Rename getOffset() to getContribution(). NFC. (authored by ikudrin). · Explain WhyApr 3 2020, 12:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 254715 lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
llvm/tools/llvm-dwp/llvm-dwp.cpp
|