summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index d9addb52376..c5ec49503c6 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@ -124,16 +124,6 @@ public:
const DIExpression *Expr;
};
- struct BaseTypeRef {
- BaseTypeRef(unsigned BitSize, dwarf::TypeKind Encoding) :
- BitSize(BitSize), Encoding(Encoding) {}
- unsigned BitSize;
- dwarf::TypeKind Encoding;
- DIE *Die = nullptr;
- };
-
- std::vector<BaseTypeRef> ExprRefedBaseTypes;
-
/// Get or create global variable DIE.
DIE *
getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV,
@@ -209,8 +199,6 @@ public:
SmallVectorImpl<DIE *> &Children,
bool *HasNonScopeChildren = nullptr);
- void createBaseTypeDIEs();
-
/// Construct a DIE for this subprogram scope.
DIE &constructSubprogramScopeDIE(const DISubprogram *Sub,
LexicalScope *Scope);
@@ -325,8 +313,6 @@ public:
void setDWOId(uint64_t DwoId) { DWOId = DwoId; }
bool hasDwarfPubSections() const;
-
- void addBaseTypeRef(DIEValueList &Die, int64_t Idx);
};
} // end namespace llvm
OpenPOWER on IntegriCloud