aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-10-06 01:26:37 +0000
committerDevang Patel <dpatel@apple.com>2009-10-06 01:26:37 +0000
commit8413999c15ade93fff73f9e43738f1dfd885ba70 (patch)
treee9696ae051212c861d1e9ddcf95cc419feed9229 /lib/CodeGen/AsmPrinter/DwarfDebug.h
parent5d3b7ca3aa24f7b0f1edc18c8f72d9bf1a84169c (diff)
downloadexternal_llvm-8413999c15ade93fff73f9e43738f1dfd885ba70.zip
external_llvm-8413999c15ade93fff73f9e43738f1dfd885ba70.tar.gz
external_llvm-8413999c15ade93fff73f9e43738f1dfd885ba70.tar.bz2
Add utility routine to collect variable debug info. This is not yet used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 2947d76..1bb6906 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -560,6 +560,9 @@ public:
/// and collect DbgScopes. Return true, if atleast one scope was found.
bool ExtractScopeInformation(MachineFunction *MF);
+ /// CollectVariableInfo - Populate DbgScope entries with variables' info.
+ void CollectVariableInfo();
+
void SetDbgScopeLabels(const MachineInstr *MI, unsigned Label);
};