Provide gmlt-like inline scope information in the skeleton CU to facilitate symbolica...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.h
index 1f50dbce886f3415241d01ab99c6ed9f4cb0e2d3..e521f39fa88217df478c7837a98bc63e12f5c55c 100644 (file)
@@ -66,6 +66,8 @@ class DwarfCompileUnit : public DwarfUnit {
 
   bool isDwoUnit() const override;
 
+  bool includeMinimalInlineScopes() const;
+
 public:
   DwarfCompileUnit(unsigned UID, DICompileUnit Node, AsmPrinter *A,
                    DwarfDebug *DW, DwarfFile *DWU);