[all-commits] [llvm/llvm-project] f13ce1: [DebugInfo] Rename getOffset() to getContribution(...

Igor Kudrin via All-commits all-commits at lists.llvm.org
Fri Apr 3 00:20:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f13ce15d441095493030404ab31eddb0fc08ca42
      https://github.com/llvm/llvm-project/commit/f13ce15d441095493030404ab31eddb0fc08ca42
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
    M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
    M llvm/tools/llvm-dwp/llvm-dwp.cpp

  Log Message:
  -----------
  [DebugInfo] Rename getOffset() to getContribution(). NFC.

The old name was a bit misleading because the functions actually return
contributions to the corresponding sections.

Differential revision: https://reviews.llvm.org/D77302




More information about the All-commits mailing list