summaryrefslogtreecommitdiff
path: root/src/jit/titypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/titypes.h')
-rw-r--r--src/jit/titypes.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/jit/titypes.h b/src/jit/titypes.h
new file mode 100644
index 0000000000..a659320709
--- /dev/null
+++ b/src/jit/titypes.h
@@ -0,0 +1,15 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+DEF_TI(TI_ERROR, "<ERROR>")
+DEF_TI(TI_REF, "Ref")
+DEF_TI(TI_STRUCT, "Struct")
+DEF_TI(TI_METHOD, "Method")
+DEF_TI(TI_BYTE, "Byte")
+DEF_TI(TI_SHORT, "Short")
+DEF_TI(TI_INT, "Int")
+DEF_TI(TI_LONG, "Long")
+DEF_TI(TI_FLOAT, "Float")
+DEF_TI(TI_DOUBLE, "Double")
+DEF_TI(TI_NULL, "Null")