aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-07-22 20:28:53 +0000
committerManman Ren <manman.ren@gmail.com>2013-07-22 20:28:53 +0000
commitfdd16bb91842b9cd8525d0a9202eb001233afcb5 (patch)
tree01f7cae1c133ac6ed40e2538a9074f262f5d1a6f /include/llvm
parent0dcba2fadb990ba2298ba43d76372c754b240cee (diff)
downloadexternal_llvm-fdd16bb91842b9cd8525d0a9202eb001233afcb5.zip
external_llvm-fdd16bb91842b9cd8525d0a9202eb001233afcb5.tar.gz
external_llvm-fdd16bb91842b9cd8525d0a9202eb001233afcb5.tar.bz2
Debug Info Finder: add processScope to actually handle the Scope.
Instead of just adding the scope to the list, we actually handle the scope. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/DebugInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h
index 5c74b17..d05b328 100644
--- a/include/llvm/DebugInfo.h
+++ b/include/llvm/DebugInfo.h
@@ -756,6 +756,8 @@ namespace llvm {
/// processLocation - Process DILocation.
void processLocation(DILocation Loc);
+ void processScope(DIScope Scope);
+
/// addCompileUnit - Add compile unit into CUs.
bool addCompileUnit(DICompileUnit CU);