summaryrefslogtreecommitdiff
path: root/src/jit/titypes.h
blob: a659320709ddfee39e6b2da7a0fca51df7c8881f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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")