public final class com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind extends java.lang.Enum<com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
  super_class: java.lang.Enum
{
  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind TYPE;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind LINE;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind MODULE;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind COMMON_BLOCK;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind BLOCK;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind FUNCTION;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind NAMESPACE;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind COMPILEUNIT;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind FILE;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind GLOBAL;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind LOCAL;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind IR_MODULE;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind LABEL;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind UNKNOWN;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final java.lang.String anonymousDescription;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String namePrefix;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind[] ENUM$VALUES;
    descriptor: [Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 74
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "TYPE"
            iconst_0
            ldc "<type>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.TYPE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
         1: .line 75
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "LINE"
            iconst_1
            ldc "<line>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.LINE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
         2: .line 76
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "MODULE"
            iconst_2
            ldc "<module>"
            ldc "module "
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.MODULE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
         3: .line 77
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "COMMON_BLOCK"
            iconst_3
            ldc "<common block>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.COMMON_BLOCK:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
         4: .line 78
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "BLOCK"
            iconst_4
            ldc "<block>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.BLOCK:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
         5: .line 79
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "FUNCTION"
            iconst_5
            ldc "<function>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.FUNCTION:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
         6: .line 80
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "NAMESPACE"
            bipush 6
            ldc "<namespace>"
            ldc "namespace "
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.NAMESPACE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
         7: .line 81
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "COMPILEUNIT"
            bipush 7
            ldc "<static>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.COMPILEUNIT:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
         8: .line 82
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "FILE"
            bipush 8
            ldc "<file>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.FILE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
         9: .line 83
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "GLOBAL"
            bipush 9
            ldc "<global symbol>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.GLOBAL:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
        10: .line 84
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "LOCAL"
            bipush 10
            ldc "<local symbol>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.LOCAL:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
        11: .line 85
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "IR_MODULE"
            bipush 11
            ldc "<module>"
            ldc "module "
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.IR_MODULE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
        12: .line 86
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "LABEL"
            bipush 12
            ldc "<label>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.LABEL:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
        13: .line 87
            new com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            ldc "UNKNOWN"
            bipush 13
            ldc "<scope>"
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.UNKNOWN:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
        14: .line 73
            bipush 14
            anewarray com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            iconst_0
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.TYPE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            iconst_1
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.LINE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            iconst_2
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.MODULE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            iconst_3
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.COMMON_BLOCK:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            iconst_4
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.BLOCK:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            iconst_5
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.FUNCTION:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            bipush 6
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.NAMESPACE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            bipush 7
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.COMPILEUNIT:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            bipush 8
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.FILE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            bipush 9
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.GLOBAL:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            bipush 10
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.LOCAL:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            bipush 11
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.IR_MODULE:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            bipush 12
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.LABEL:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            dup
            bipush 13
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.UNKNOWN:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aastore
            putstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.ENUM$VALUES:[Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind this
        start local 3 // java.lang.String anonymousDescription
         0: .line 93
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* anonymousDescription */
            aconst_null
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
         1: .line 94
            return
        end local 3 // java.lang.String anonymousDescription
        end local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            0    2     3  anonymousDescription  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      $enum$name            
      $enum$ordinal         
      anonymousDescription  

  private void <init>(java.lang.String, int, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind this
        start local 3 // java.lang.String anonymousDescription
        start local 4 // java.lang.String namePrefix
         0: .line 96
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 97
            aload 0 /* this */
            aload 3 /* anonymousDescription */
            putfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.anonymousDescription:Ljava/lang/String;
         2: .line 98
            aload 0 /* this */
            aload 4 /* namePrefix */
            putfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.namePrefix:Ljava/lang/String;
         3: .line 99
            return
        end local 4 // java.lang.String namePrefix
        end local 3 // java.lang.String anonymousDescription
        end local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            0    4     3  anonymousDescription  Ljava/lang/String;
            0    4     4            namePrefix  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      $enum$name            
      $enum$ordinal         
      anonymousDescription  
      namePrefix            

  public static com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind[] values();
    descriptor: ()[Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind.ENUM$VALUES:[Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;>;
SourceFile: "LLVMSourceLocation.java"
NestHost: com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation
InnerClasses:
  public final Kind = com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind of com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation