summaryrefslogtreecommitdiff
path: root/src/ildasm/dasm_sz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/dasm_sz.h')
-rw-r--r--src/ildasm/dasm_sz.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ildasm/dasm_sz.h b/src/ildasm/dasm_sz.h
new file mode 100644
index 0000000000..d1682bf225
--- /dev/null
+++ b/src/ildasm/dasm_sz.h
@@ -0,0 +1,15 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
+#ifndef _DASM_SZ_H_
+#define _DASM_SZ_H_
+
+unsigned SizeOfValueType(mdToken tk, IMDInternalImport* pImport);
+
+unsigned SizeOfField(mdToken tk, IMDInternalImport* pImport);
+
+unsigned SizeOfField(PCCOR_SIGNATURE *ppSig, ULONG cSig, IMDInternalImport* pImport);
+
+#endif