aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DebugInfo.h
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
commit2eb314b33dec984dfccca0dfae46d5b211fa9c9f (patch)
tree11b7d2731caccf5be61b8753d667d60f3d75a889 /include/llvm/Analysis/DebugInfo.h
parent4f9bd19d952be34ed57584ffeff3df52d7f667b5 (diff)
downloadexternal_llvm-2eb314b33dec984dfccca0dfae46d5b211fa9c9f.zip
external_llvm-2eb314b33dec984dfccca0dfae46d5b211fa9c9f.tar.gz
external_llvm-2eb314b33dec984dfccca0dfae46d5b211fa9c9f.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/llvm/Analysis/DebugInfo.h')
-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);