diff options
| author | Eric Christopher <echristo@apple.com> | 2011-11-07 09:18:38 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-11-07 09:18:38 +0000 |
| commit | a7b6189071014c059791b36d64580f93c1c22b51 (patch) | |
| tree | fec5a9873097ae6f9b51aa9e74a2118c948f01a9 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | 6abc9c5aaa9e115ea6ad8568db3c286fb48d365f (diff) | |
| download | bcm5719-llvm-a7b6189071014c059791b36d64580f93c1c22b51.tar.gz bcm5719-llvm-a7b6189071014c059791b36d64580f93c1c22b51.zip | |
Expose a way to get the beginning of the dwarf string section.
llvm-svn: 143920
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index d5ce6969e8b..7bcc5b42074 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -513,6 +513,10 @@ public: /// getStringPoolEntry - returns an entry into the string pool with the given /// string text. MCSymbol *getStringPoolEntry(StringRef Str); + + /// getDwarfStrSectionSym - returns the symbol that starts the dwarf string + /// section. + MCSymbol *getDwarfStrSectionSym(); }; } // End of namespace llvm |

