diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2013-02-12 18:00:14 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2013-02-12 18:00:14 +0000 |
| commit | 228daa6986015f24939fcbb3e18893ad457134dc (patch) | |
| tree | 232a750a1dbf3e53be1213a47020cc0b050c393b /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | d1c91f1763c0349e42f5197eee0d0e2b2c8de5f0 (diff) | |
| download | bcm5719-llvm-228daa6986015f24939fcbb3e18893ad457134dc.tar.gz bcm5719-llvm-228daa6986015f24939fcbb3e18893ad457134dc.zip | |
Allow optionally generating pubnames section in DWARF info. Introduce
option "generate-dwarf-pubnames" to control it, set to "false" by default.
llvm-svn: 174981
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 7d57a829af4..7b568150408 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -500,6 +500,9 @@ private: /// \brief Emit type dies into a hashed accelerator table. void emitAccelTypes(); + /// \brief Emit visible names into a debug pubnames section. + void emitDebugPubnames(); + /// \brief Emit visible types into a debug pubtypes section. void emitDebugPubTypes(); |

