DebugInfo: Rename DebugLocStream::Entry::Begin/EndSym to just Begin/End
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 2 Oct 2019 22:58:02 +0000 (22:58 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 2 Oct 2019 22:58:02 +0000 (22:58 +0000)
commit11e0bcf8a27c413b53b9061aeea601264bfe2c76
treed8b413f265551b6f66e8981c1d69c3d7d564d17a
parent629cad1266bd9ef441eeadf9bcae21e1df094d71
DebugInfo: Rename DebugLocStream::Entry::Begin/EndSym to just Begin/End

Brings this struct in line with the RangeSpan class so they might
eventually be used by common template code for generating range/loc
lists with less duplicate code.

llvm-svn: 373540
llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp