summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-04 20:20:50 +0000
committerChris Lattner <sabre@nondot.org>2010-04-04 20:20:50 +0000
commite619c0d3e9022c92c738e7208653dfacc3034b24 (patch)
tree79b808a34dff37999ab4365e068978752756c7ed /llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
parent07c1b94faa18a955d7bf9783cdbec0b840e226d9 (diff)
downloadbcm5719-llvm-e619c0d3e9022c92c738e7208653dfacc3034b24.tar.gz
bcm5719-llvm-e619c0d3e9022c92c738e7208653dfacc3034b24.zip
move some more stuff to asmprinter.
llvm-svn: 100351
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
index e132cb6eaf7..1d4bc894ffa 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h
@@ -74,24 +74,6 @@ public:
const MCAsmInfo *getMCAsmInfo() const { return MAI; }
const TargetData *getTargetData() const { return TD; }
- /// SizeOfEncodedValue - Return the size of the encoding in bytes.
- unsigned SizeOfEncodedValue(unsigned Encoding) const;
-
- /// EmitEncodingByte - Emit a .byte 42 directive that corresponds to an
- /// encoding. If verbose assembly output is enabled, we output comments
- /// describing the encoding. Desc is a string saying what the encoding is
- /// specifying (e.g. "LSDA").
- void EmitEncodingByte(unsigned Val, const char *Desc);
-
- /// EmitCFAByte - Emit a .byte 42 directive for a DW_CFA_xxx value.
- void EmitCFAByte(unsigned Val);
-
-
- /// EmitReference - Emit a reference to a label.
- ///
- void EmitReference(const MCSymbol *Sym, unsigned Encoding) const;
- void EmitReference(const GlobalValue *GV, unsigned Encoding) const;
-
/// EmitSectionOffset - Emit Label-Section or use a special purpose directive
/// to emit a section offset if the target has one.
void EmitSectionOffset(const MCSymbol *Label, const MCSymbol *Section,
OpenPOWER on IntegriCloud