aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-07-30 17:30:23 +0000
committerDevang Patel <dpatel@apple.com>2009-07-30 17:30:23 +0000
commite802f1c4c3c4d1e27117c66d428715d01fda385d (patch)
tree11b7d2731caccf5be61b8753d667d60f3d75a889 /include
parente8b3e02dce297304389ef7dffae818943d07d640 (diff)
downloadexternal_llvm-e802f1c4c3c4d1e27117c66d428715d01fda385d.zip
external_llvm-e802f1c4c3c4d1e27117c66d428715d01fda385d.tar.gz
external_llvm-e802f1c4c3c4d1e27117c66d428715d01fda385d.tar.bz2
walk DbgRegionStartInst and DbgRegionEndInst
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/DebugInfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index 4e511eb..1049f6d 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/include/llvm/Analysis/DebugInfo.h
@@ -633,6 +633,12 @@ namespace llvm {
/// enumerateFuncStart - Enumberate DbgFuncStartInst.
void enumerateFuncStart(DbgFuncStartInst *FSI);
+ /// enumerateRegionStart - Enumerate DbgRegionStart.
+ void enumerateRegionStart(DbgRegionStartInst *DRS);
+
+ /// enumerateRegionEnd - Enumerate DbgRegionEnd.
+ void enumerateRegionEnd(DbgRegionEndInst *DRE);
+
/// addCompileUnit - Add compile unit into CUs.
bool addCompileUnit(DICompileUnit CU);