summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIEHash.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIEHash.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DIEHash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIEHash.h b/lib/CodeGen/AsmPrinter/DIEHash.h
index f98b56dd73..b792aeab6c 100644
--- a/lib/CodeGen/AsmPrinter/DIEHash.h
+++ b/lib/CodeGen/AsmPrinter/DIEHash.h
@@ -87,6 +87,9 @@ public:
/// \brief Computes the CU signature.
uint64_t computeCUSignature(DIE *Die);
+ /// \brief Computes the type signature.
+ uint64_t computeTypeSignature(DIE *Die);
+
// Helper routines to process parts of a DIE.
private:
/// \brief Adds the parent context of \param Die to the hash.