diff options
author | Devang Patel <dpatel@apple.com> | 2010-03-15 18:33:46 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-03-15 18:33:46 +0000 |
commit | 90a48adf9cbea48f5318a5eb778056b4413e2ec0 (patch) | |
tree | 49b14c866f7fac394474ed7ae50012c7626d9839 /lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | fc6e69bcb2c8b9157164adfaa0c86115e7356cd0 (diff) |
Emit dwarf variable info communicated by code generator through DBG_VALUE machine instructions.
This is a work in progress.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98556 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 76c3f46c2e..d6634e1f5d 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -361,6 +361,8 @@ class DwarfDebug : public DwarfPrinter { /// findAbstractVariable - Find abstract variable associated with Var. DbgVariable *findAbstractVariable(DIVariable &Var, unsigned FrameIdx, DILocation &Loc); + DbgVariable *findAbstractVariable(DIVariable &Var, const MachineInstr *MI, + DILocation &Loc); /// updateSubprogramScopeDIE - Find DIE for the given subprogram and /// attach appropriate DW_AT_low_pc and DW_AT_high_pc attributes. |