Add comment for emit section.

llvm-svn: 72195
This commit is contained in:
Bill Wendling 2009-05-20 23:22:40 +00:00
parent 480ff32120
commit 806535f908
1 changed files with 4 additions and 0 deletions

View File

@ -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) {