Store compile unit corresponding to each chain of inlined debug info entries. No...
[oota-llvm.git] / lib / DebugInfo / DWARFCompileUnit.h
index 071be905e6f0fa3ec79b017d224ad0c0b93cd6dd..dc2214b28958b816651e72034d28fa75d786b42d 100644 (file)
@@ -112,9 +112,9 @@ public:
                               bool clear_dies_if_already_not_parsed);
 
   /// getInlinedChainForAddress - fetches inlined chain for a given address.
-  /// Returns empty chain if there is no subprogram containing address.
-  DWARFDebugInfoEntryMinimal::InlinedChain getInlinedChainForAddress(
-      uint64_t Address);
+  /// Returns empty chain if there is no subprogram containing address. The
+  /// chain is valid as long as parsed compile unit DIEs are not cleared.
+  DWARFDebugInfoEntryInlinedChain getInlinedChainForAddress(uint64_t Address);
 
 private:
   /// extractDIEsToVector - Appends all parsed DIEs to a vector.