mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Refactor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -468,6 +468,14 @@ public:
|
||||
DwarfDebug(AsmPrinter *A, Module *M);
|
||||
~DwarfDebug();
|
||||
|
||||
/// collectInfoFromNamedMDNodes - Collect debug info from named mdnodes such
|
||||
/// as llvm.dbg.enum and llvm.dbg.ty
|
||||
void collectInfoFromNamedMDNodes(Module *M);
|
||||
|
||||
/// collectLegacyDebugInfo - Collect debug info using DebugInfoFinder.
|
||||
/// FIXME - Remove this when dragon-egg and llvm-gcc switch to DIBuilder.
|
||||
bool collectLegacyDebugInfo(Module *M);
|
||||
|
||||
/// beginModule - Emit all Dwarf sections that should come prior to the
|
||||
/// content.
|
||||
void beginModule(Module *M);
|
||||
|
Reference in New Issue
Block a user