diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 32006a39431..30ba0b3bb15 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -318,7 +318,8 @@ private: /// getOrCreateDbgScope - Create DbgScope for the scope. DbgScope *getOrCreateDbgScope(DebugLoc DL); - + DbgScope *getOrCreateRegularScope(MDNode *Scope); + DbgScope *getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt); DbgScope *getOrCreateAbstractScope(const MDNode *N); /// findAbstractVariable - Find abstract variable associated with Var. |

