[DebugInfo]: Refactored Macinfo section consumption part to allow future
authorSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Mon, 24 Feb 2020 10:21:36 +0000 (15:51 +0530)
committerSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Tue, 25 Feb 2020 02:26:48 +0000 (07:56 +0530)
commit226bddce458b8648a16d49e6415be2ccf9592c0e
tree19aba5e2144897a37c912531934d8179ed363ef4
parent0b46b078b656eacaf8fb0b550825189a051f0744
[DebugInfo]: Refactored Macinfo section consumption part to allow future
macro section dumping.

Summary: Previously macinfo infrastructure was using functions
names that were ambiguous i.e `getMacro/getMacroDWO` in a sense
of conveying stated intentions. This patch refactored them into more
reasonable `getDebugMacinfo/getDebugMacinfoDWO` names thus making
room for macro implementation.

Reviewers: aprantl, probinson, jini.susan.george, dblaikie

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D75037
llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp