diff options
Diffstat (limited to 'include/llvm/DebugInfo.h')
-rw-r--r-- | include/llvm/DebugInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index 5c74b172e9..d05b328744 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); |