projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d04b8
)
Add comment for emit section.
author
Bill Wendling
<isanbard@gmail.com>
Wed, 20 May 2009 23:22:40 +0000
(23:22 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Wed, 20 May 2009 23:22:40 +0000
(23:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72195
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 3e6ac356a5afcb14a3d4ed2c733a6b7bc27a399f..524ce62f2d2f15b0ffdf19272969e25dc0f8819d 100644
(file)
--- 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) {