diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index da959f41d9f..c22b1f08932 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -431,12 +431,15 @@ class DwarfDebug { // Holder for types that are going to be extracted out into a type unit. std::vector<DIE *> TypeUnits; + // Whether to emit the pubnames/pubtypes sections. + bool HasDwarfPubSections; + + // Version of dwarf we're emitting. + unsigned DwarfVersion; + // DWARF5 Experimental Options bool HasDwarfAccelTables; bool HasSplitDwarf; - bool HasDwarfPubNames; - - unsigned DwarfVersion; // Separated Dwarf Variables // In general these will all be for bits that are left in the |