[llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h
Jim Laskey
jlaskey at apple.com
Tue Jan 17 13:39:51 PST 2006
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.9 -> 1.10
---
Log message:
Pastos.
---
Diffs of the changes: (+9 -9)
DwarfWriter.h | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
Index: llvm/include/llvm/CodeGen/DwarfWriter.h
diff -u llvm/include/llvm/CodeGen/DwarfWriter.h:1.9 llvm/include/llvm/CodeGen/DwarfWriter.h:1.10
--- llvm/include/llvm/CodeGen/DwarfWriter.h:1.9 Tue Jan 17 14:41:40 2006
+++ llvm/include/llvm/CodeGen/DwarfWriter.h Tue Jan 17 15:39:39 2006
@@ -839,7 +839,7 @@
/// EmitString - Emit a string with quotes and a null terminator.
/// Special characters are emitted properly. (Eg. '\t')
- void DwarfWriter::EmitString(const std::string &String) const;
+ void EmitString(const std::string &String) const;
/// PrintLabelName - Print label name in form used by Dwarf writer.
///
@@ -911,35 +911,35 @@
/// EmitDebugFrame - Emit info into a debug frame section.
///
- void DwarfWriter::EmitDebugFrame();
+ void EmitDebugFrame();
/// EmitDebugPubNames - Emit info into a debug pubnames section.
///
- void DwarfWriter::EmitDebugPubNames();
+ void EmitDebugPubNames();
/// EmitDebugPubTypes - Emit info into a debug pubtypes section.
///
- void DwarfWriter::EmitDebugPubTypes();
+ void EmitDebugPubTypes();
/// EmitDebugStr - Emit info into a debug str section.
///
- void DwarfWriter::EmitDebugStr();
+ void EmitDebugStr();
/// EmitDebugLoc - Emit info into a debug loc section.
///
- void DwarfWriter::EmitDebugLoc();
+ void EmitDebugLoc();
/// EmitDebugARanges - Emit info into a debug aranges section.
///
- void DwarfWriter::EmitDebugARanges();
+ void EmitDebugARanges();
/// EmitDebugRanges - Emit info into a debug ranges section.
///
- void DwarfWriter::EmitDebugRanges();
+ void EmitDebugRanges();
/// EmitDebugMacInfo - Emit info into a debug macinfo section.
///
- void DwarfWriter::EmitDebugMacInfo();
+ void EmitDebugMacInfo();
/// ShouldEmitDwarf - Returns true if Dwarf declarations should be made.
/// When called it also checks to see if debug info is newly available. if
More information about the llvm-commits
mailing list