From e802f1c4c3c4d1e27117c66d428715d01fda385d Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 30 Jul 2009 17:30:23 +0000 Subject: walk DbgRegionStartInst and DbgRegionEndInst git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77604 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/DebugInfo.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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); -- cgit v1.1