diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-05-20 23:22:40 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-05-20 23:22:40 +0000 |
commit | 829e67b5ec955760733e67dc6d41a09cd73a084f (patch) | |
tree | d33e5894e4fe285c99bb243afc8f780bc6b65adf /lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 94d04b8f808bc3ea9de0120c3a7da593771a438a (diff) |
Add comment for emit section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 3e6ac356a5..524ce62f2d 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -1919,6 +1919,10 @@ void DwarfDebug::RecordVariableScope(DIVariable &DV, DebugTimer->stopTimer(); } +//===----------------------------------------------------------------------===// +// Emit Methods +//===----------------------------------------------------------------------===// + /// SizeAndOffsetDie - Compute the size and offset of a DIE. /// unsigned DwarfDebug::SizeAndOffsetDie(DIE *Die, unsigned Offset, bool Last) { |