final class com.oracle.truffle.llvm.ParserDriver
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.ParserDriver
  super_class: java.lang.Object
{
  private final com.oracle.truffle.llvm.runtime.LLVMContext context;
    descriptor: Lcom/oracle/truffle/llvm/runtime/LLVMContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.llvm.runtime.LLVMLanguage language;
    descriptor: Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicInteger nextFreeBitcodeID;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.ArrayList<java.lang.Object> dependencies;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Ljava/lang/Object;>;

  static final java.lang.String SULONG_RENAME_MARKER;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "___sulong_import_"

  static final int SULONG_RENAME_MARKER_LEN;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 92
            ldc Lcom/oracle/truffle/llvm/ParserDriver;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.llvm.ParserDriver.$assertionsDisabled:Z
         3: .line 239
            ldc "___sulong_import_"
            invokevirtual java.lang.String.length:()I
            putstatic com.oracle.truffle.llvm.ParserDriver.SULONG_RENAME_MARKER_LEN:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.truffle.api.CallTarget parse(com.oracle.truffle.llvm.runtime.LLVMContext, java.util.concurrent.atomic.AtomicInteger, com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/util/concurrent/atomic/AtomicInteger;Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/CallTarget;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMContext context
        start local 1 // java.util.concurrent.atomic.AtomicInteger bitcodeID
        start local 2 // com.oracle.truffle.api.source.Source source
         0: .line 101
            new com.oracle.truffle.llvm.ParserDriver
            dup
            aload 0 /* context */
            aload 1 /* bitcodeID */
            invokespecial com.oracle.truffle.llvm.ParserDriver.<init>:(Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/util/concurrent/atomic/AtomicInteger;)V
            aload 2 /* source */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.parseWithDependencies:(Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/CallTarget;
            areturn
        end local 2 // com.oracle.truffle.api.source.Source source
        end local 1 // java.util.concurrent.atomic.AtomicInteger bitcodeID
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0    context  Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            0    1     1  bitcodeID  Ljava/util/concurrent/atomic/AtomicInteger;
            0    1     2     source  Lcom/oracle/truffle/api/source/Source;
    MethodParameters:
           Name  Flags
      context    
      bitcodeID  
      source     

  private void <init>(com.oracle.truffle.llvm.runtime.LLVMContext, java.util.concurrent.atomic.AtomicInteger);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/util/concurrent/atomic/AtomicInteger;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMContext context
        start local 2 // java.util.concurrent.atomic.AtomicInteger moduleID
         0: .line 111
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 109
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
         2: .line 112
            aload 0 /* this */
            aload 1 /* context */
            putfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
         3: .line 113
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getLanguage:()Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            putfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
         4: .line 114
            aload 0 /* this */
            aload 2 /* moduleID */
            putfield com.oracle.truffle.llvm.ParserDriver.nextFreeBitcodeID:Ljava/util/concurrent/atomic/AtomicInteger;
         5: .line 115
            return
        end local 2 // java.util.concurrent.atomic.AtomicInteger moduleID
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMContext context
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/oracle/truffle/llvm/ParserDriver;
            0    6     1   context  Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            0    6     2  moduleID  Ljava/util/concurrent/atomic/AtomicInteger;
    MethodParameters:
          Name  Flags
      context   
      moduleID  

  private com.oracle.truffle.api.CallTarget parseWithDependencies(com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/CallTarget;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // com.oracle.truffle.api.source.Source source
         0: .line 123
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.hasBytes:()Z
            ifeq 3
         1: .line 124
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getBytes:()Lorg/graalvm/polyglot/io/ByteSequence;
            astore 2 /* bytes */
        start local 2 // org.graalvm.polyglot.io.ByteSequence bytes
         2: .line 125
            goto 6
        end local 2 // org.graalvm.polyglot.io.ByteSequence bytes
      StackMap locals:
      StackMap stack:
         3: aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.hasCharacters:()Z
            ifeq 5
         4: .line 126
            new com.oracle.truffle.llvm.runtime.except.LLVMParserException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected character-based source with mime type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getMimeType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMParserException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 128
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.llvm.runtime.except.LLVMParserException
            dup
            ldc "Should not reach here: Source is neither char-based nor byte-based!"
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMParserException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // org.graalvm.polyglot.io.ByteSequence bytes
         6: .line 130
      StackMap locals: org.graalvm.polyglot.io.ByteSequence
      StackMap stack:
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* bytes */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.parseWithDependencies:(Lcom/oracle/truffle/api/source/Source;Lorg/graalvm/polyglot/io/ByteSequence;)Lcom/oracle/truffle/api/CallTarget;
            areturn
        end local 2 // org.graalvm.polyglot.io.ByteSequence bytes
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/truffle/llvm/ParserDriver;
            0    7     1  source  Lcom/oracle/truffle/api/source/Source;
            2    3     2   bytes  Lorg/graalvm/polyglot/io/ByteSequence;
            6    7     2   bytes  Lorg/graalvm/polyglot/io/ByteSequence;
    MethodParameters:
        Name  Flags
      source  

  private com.oracle.truffle.api.CallTarget parseWithDependencies(com.oracle.truffle.api.source.Source, org.graalvm.polyglot.io.ByteSequence);
    descriptor: (Lcom/oracle/truffle/api/source/Source;Lorg/graalvm/polyglot/io/ByteSequence;)Lcom/oracle/truffle/api/CallTarget;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // com.oracle.truffle.api.source.Source source
        start local 2 // org.graalvm.polyglot.io.ByteSequence bytes
         0: .line 142
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getName:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.ParserDriver.insertDefaultDependencies:(Ljava/lang/String;)V
         1: .line 144
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* bytes */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.parseLibraryWithSource:(Lcom/oracle/truffle/api/source/Source;Lorg/graalvm/polyglot/io/ByteSequence;)Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
            astore 3 /* result */
        start local 3 // com.oracle.truffle.llvm.parser.LLVMParserResult result
         2: .line 145
            aload 3 /* result */
            ifnonnull 7
         3: .line 148
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getName:()Ljava/lang/String;
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getPath:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createNativeTruffleFile:(Ljava/lang/String;Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
            astore 4 /* file */
        start local 4 // com.oracle.truffle.api.TruffleFile file
         4: .line 150
            aload 4 /* file */
            ifnonnull 6
         5: .line 151
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic com.oracle.truffle.api.nodes.RootNode.createConstantNode:(Ljava/lang/Object;)Lcom/oracle/truffle/api/nodes/RootNode;
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createCallTarget:(Lcom/oracle/truffle/api/nodes/RootNode;)Lcom/oracle/truffle/api/RootCallTarget;
            areturn
         6: .line 153
      StackMap locals: com.oracle.truffle.llvm.parser.LLVMParserResult com.oracle.truffle.api.TruffleFile
      StackMap stack:
            aload 0 /* this */
            aload 4 /* file */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createNativeLibraryCallTarget:(Lcom/oracle/truffle/api/TruffleFile;)Lcom/oracle/truffle/api/CallTarget;
            areturn
        end local 4 // com.oracle.truffle.api.TruffleFile file
         7: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 3 /* result */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getRuntime:()Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getFile:()Lcom/oracle/truffle/api/TruffleFile;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.isInternalLibraryFile:(Lcom/oracle/truffle/api/TruffleFile;)Z
            ifeq 13
         8: .line 157
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getName:()Ljava/lang/String;
            invokestatic com.oracle.truffle.llvm.ParserDriver.getSimpleLibraryName:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* libraryName */
        start local 4 // java.lang.String libraryName
         9: .line 159
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 4 /* libraryName */
            aload 3 /* result */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getRuntime:()Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getFileScope:()Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.addInternalFileScope:(Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LLVMScope;)V
        10: .line 160
            aload 4 /* libraryName */
            ldc "libsulong"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 161
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 3 /* result */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getDataLayout:()Lcom/oracle/truffle/llvm/runtime/datalayout/DataLayout;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.addLibsulongDataLayout:(Lcom/oracle/truffle/llvm/runtime/datalayout/DataLayout;)V
        12: .line 164
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 3 /* result */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.resolveRenamedSymbols:(Lcom/oracle/truffle/llvm/parser/LLVMParserResult;)V
        end local 4 // java.lang.String libraryName
        13: .line 166
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            invokestatic com.oracle.truffle.llvm.ParserDriver.addExternalSymbolsToScopes:(Lcom/oracle/truffle/llvm/parser/LLVMParserResult;)V
        14: .line 167
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getName:()Ljava/lang/String;
            aload 3 /* result */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createLibraryCallTarget:(Ljava/lang/String;Lcom/oracle/truffle/llvm/parser/LLVMParserResult;Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/CallTarget;
            areturn
        end local 3 // com.oracle.truffle.llvm.parser.LLVMParserResult result
        end local 2 // org.graalvm.polyglot.io.ByteSequence bytes
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lcom/oracle/truffle/llvm/ParserDriver;
            0   15     1       source  Lcom/oracle/truffle/api/source/Source;
            0   15     2        bytes  Lorg/graalvm/polyglot/io/ByteSequence;
            2   15     3       result  Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
            4    7     4         file  Lcom/oracle/truffle/api/TruffleFile;
            9   13     4  libraryName  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      source  
      bytes   

  private com.oracle.truffle.api.TruffleFile createNativeTruffleFile(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // java.lang.String libName
        start local 2 // java.lang.String libPath
         0: .line 172
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            ldc Lcom/oracle/truffle/llvm/runtime/NativeContextExtension;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getContextExtensionOrNull:(Ljava/lang/Class;)Lcom/oracle/truffle/llvm/runtime/ContextExtension;
            checkcast com.oracle.truffle.llvm.runtime.NativeContextExtension
            astore 3 /* nativeContextExtension */
        start local 3 // com.oracle.truffle.llvm.runtime.NativeContextExtension nativeContextExtension
         1: .line 173
            aload 3 /* nativeContextExtension */
            ifnull 7
         2: .line 174
            getstatic com.oracle.truffle.llvm.runtime.DefaultLibraryLocator.INSTANCE:Lcom/oracle/truffle/llvm/runtime/DefaultLibraryLocator;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 1 /* libName */
            ldc "<native library>"
            invokevirtual com.oracle.truffle.llvm.runtime.DefaultLibraryLocator.locate:(Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/TruffleFile;
            astore 4 /* file */
        start local 4 // com.oracle.truffle.api.TruffleFile file
         3: .line 175
            aload 4 /* file */
            ifnonnull 6
         4: .line 177
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 2 /* libPath */
            invokestatic com.oracle.truffle.llvm.runtime.LibraryLocator.traceDelegateNative:(Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/lang/Object;)V
         5: .line 178
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            aload 2 /* libPath */
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.getInternalTruffleFile:(Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
            astore 4 /* file */
         6: .line 180
      StackMap locals: com.oracle.truffle.llvm.runtime.NativeContextExtension com.oracle.truffle.api.TruffleFile
      StackMap stack:
            aload 4 /* file */
            areturn
        end local 4 // com.oracle.truffle.api.TruffleFile file
         7: .line 182
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // com.oracle.truffle.llvm.runtime.NativeContextExtension nativeContextExtension
        end local 2 // java.lang.String libPath
        end local 1 // java.lang.String libName
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    8     0                    this  Lcom/oracle/truffle/llvm/ParserDriver;
            0    8     1                 libName  Ljava/lang/String;
            0    8     2                 libPath  Ljava/lang/String;
            1    8     3  nativeContextExtension  Lcom/oracle/truffle/llvm/runtime/NativeContextExtension;
            3    7     4                    file  Lcom/oracle/truffle/api/TruffleFile;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
         Name  Flags
      libName  
      libPath  

  private void insertDefaultDependencies(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=2
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // java.lang.String currentLib
         0: .line 191
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            ldc Lcom/oracle/truffle/llvm/runtime/PlatformCapability;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getCapability:(Ljava/lang/Class;)Lcom/oracle/truffle/llvm/runtime/config/LLVMCapability;
            checkcast com.oracle.truffle.llvm.runtime.PlatformCapability
            invokevirtual com.oracle.truffle.llvm.runtime.PlatformCapability.getSulongDefaultLibraries:()[Ljava/lang/String;
            astore 2 /* sulongLibraryNames */
        start local 2 // java.lang.String[] sulongLibraryNames
         1: .line 192
            aload 2 /* sulongLibraryNames */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 14
      StackMap locals: com.oracle.truffle.llvm.ParserDriver java.lang.String java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* sulongLibraryName */
        start local 3 // java.lang.String sulongLibraryName
         3: .line 194
            aload 1 /* currentLib */
            aload 3 /* sulongLibraryName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
         4: .line 195
            aload 0 /* this */
            aload 3 /* sulongLibraryName */
            aconst_null
            getstatic com.oracle.truffle.llvm.runtime.LLVMContext$InternalLibraryLocator.INSTANCE:Lcom/oracle/truffle/llvm/runtime/LLVMContext$InternalLibraryLocator;
            ldc "<internal library>"
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createTruffleFile:(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LibraryLocator;Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
            astore 7 /* file */
        start local 7 // com.oracle.truffle.api.TruffleFile file
         5: .line 197
            aload 7 /* file */
            ifnull 13
         6: .line 198
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 7 /* file */
            invokevirtual com.oracle.truffle.api.TruffleFile.getPath:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getCachedLibrary:(Ljava/lang/String;)Lcom/oracle/truffle/api/CallTarget;
            astore 8 /* calls */
        start local 8 // com.oracle.truffle.api.CallTarget calls
         7: .line 199
            aload 8 /* calls */
            ifnull 10
         8: .line 200
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 8 /* calls */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         9: .line 201
            goto 13
        10: .line 202
      StackMap locals: com.oracle.truffle.llvm.ParserDriver java.lang.String java.lang.String[] java.lang.String int int java.lang.String[] com.oracle.truffle.api.TruffleFile com.oracle.truffle.api.CallTarget
      StackMap stack:
            aload 0 /* this */
            aload 3 /* sulongLibraryName */
            aconst_null
            iconst_0
            aload 7 /* file */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createDependencySource:(Ljava/lang/String;Ljava/lang/String;ZLcom/oracle/truffle/api/TruffleFile;)Ljava/lang/Object;
            astore 9 /* sourceOrCallTarget */
        start local 9 // java.lang.Object sourceOrCallTarget
        11: .line 203
            aload 9 /* sourceOrCallTarget */
            ifnull 13
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 9 /* sourceOrCallTarget */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifne 13
        12: .line 204
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 9 /* sourceOrCallTarget */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // java.lang.Object sourceOrCallTarget
        end local 8 // com.oracle.truffle.api.CallTarget calls
        end local 7 // com.oracle.truffle.api.TruffleFile file
        end local 3 // java.lang.String sulongLibraryName
        13: .line 192
      StackMap locals: com.oracle.truffle.llvm.ParserDriver java.lang.String java.lang.String[] top int int java.lang.String[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        14: iload 4
            iload 5
            if_icmplt 2
        15: .line 212
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            invokestatic com.oracle.truffle.llvm.runtime.options.SulongEngineOption.getPolyglotOptionExternalLibraries:(Lcom/oracle/truffle/api/TruffleLanguage$Env;)Ljava/util/List;
            astore 3 /* externals */
        start local 3 // java.util.List externals
        16: .line 213
            aload 3 /* externals */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 28
      StackMap locals: com.oracle.truffle.llvm.ParserDriver java.lang.String java.lang.String[] java.util.List top java.util.Iterator
      StackMap stack:
        17: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* externalLibraryName */
        start local 4 // java.lang.String externalLibraryName
        18: .line 215
            aload 1 /* currentLib */
            aload 4 /* externalLibraryName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 28
        19: .line 216
            aload 0 /* this */
            aload 4 /* externalLibraryName */
            aconst_null
            getstatic com.oracle.truffle.llvm.runtime.DefaultLibraryLocator.INSTANCE:Lcom/oracle/truffle/llvm/runtime/DefaultLibraryLocator;
            ldc "<command-line library>"
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createTruffleFile:(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LibraryLocator;Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
            astore 6 /* file */
        start local 6 // com.oracle.truffle.api.TruffleFile file
        20: .line 218
            aload 6 /* file */
            ifnull 28
        21: .line 219
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 6 /* file */
            invokevirtual com.oracle.truffle.api.TruffleFile.getPath:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getCachedLibrary:(Ljava/lang/String;)Lcom/oracle/truffle/api/CallTarget;
            astore 7 /* calls */
        start local 7 // com.oracle.truffle.api.CallTarget calls
        22: .line 220
            aload 7 /* calls */
            ifnull 25
        23: .line 221
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 7 /* calls */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        24: .line 222
            goto 28
        25: .line 225
      StackMap locals: com.oracle.truffle.llvm.ParserDriver java.lang.String java.lang.String[] java.util.List java.lang.String java.util.Iterator com.oracle.truffle.api.TruffleFile com.oracle.truffle.api.CallTarget
      StackMap stack:
            aload 0 /* this */
            aload 4 /* externalLibraryName */
            aload 4 /* externalLibraryName */
            iconst_1
            aload 6 /* file */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createDependencySource:(Ljava/lang/String;Ljava/lang/String;ZLcom/oracle/truffle/api/TruffleFile;)Ljava/lang/Object;
            astore 8 /* sourceOrCallTarget */
        start local 8 // java.lang.Object sourceOrCallTarget
        26: .line 226
            aload 8 /* sourceOrCallTarget */
            ifnull 28
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 8 /* sourceOrCallTarget */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifne 28
        27: .line 227
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 8 /* sourceOrCallTarget */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // java.lang.Object sourceOrCallTarget
        end local 7 // com.oracle.truffle.api.CallTarget calls
        end local 6 // com.oracle.truffle.api.TruffleFile file
        end local 4 // java.lang.String externalLibraryName
        28: .line 213
      StackMap locals: com.oracle.truffle.llvm.ParserDriver java.lang.String java.lang.String[] java.util.List top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        29: .line 233
            return
        end local 3 // java.util.List externals
        end local 2 // java.lang.String[] sulongLibraryNames
        end local 1 // java.lang.String currentLib
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   30     0                 this  Lcom/oracle/truffle/llvm/ParserDriver;
            0   30     1           currentLib  Ljava/lang/String;
            1   30     2   sulongLibraryNames  [Ljava/lang/String;
            3   13     3    sulongLibraryName  Ljava/lang/String;
            5   13     7                 file  Lcom/oracle/truffle/api/TruffleFile;
            7   13     8                calls  Lcom/oracle/truffle/api/CallTarget;
           11   13     9   sourceOrCallTarget  Ljava/lang/Object;
           16   30     3            externals  Ljava/util/List<Ljava/lang/String;>;
           18   28     4  externalLibraryName  Ljava/lang/String;
           20   28     6                 file  Lcom/oracle/truffle/api/TruffleFile;
           22   28     7                calls  Lcom/oracle/truffle/api/CallTarget;
           26   28     8   sourceOrCallTarget  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      currentLib  

  protected void resolveRenamedSymbols(com.oracle.truffle.llvm.parser.LLVMParserResult);
    descriptor: (Lcom/oracle/truffle/llvm/parser/LLVMParserResult;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=11, args_size=2
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // com.oracle.truffle.llvm.parser.LLVMParserResult parserResult
         0: .line 242
            aload 1 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getExternalFunctions:()Ljava/util/List;
            invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
            astore 2 /* it */
        start local 2 // java.util.ListIterator it
         1: .line 243
            goto 38
         2: .line 244
      StackMap locals: java.util.ListIterator
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol
            astore 3 /* external */
        start local 3 // com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol external
         3: .line 245
            aload 3 /* external */
            invokevirtual com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol.getName:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         4: .line 257
            aload 4 /* name */
            ldc "___sulong_import_"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 22
         5: .line 258
            aload 4 /* name */
            bipush 95
            getstatic com.oracle.truffle.llvm.ParserDriver.SULONG_RENAME_MARKER_LEN:I
            invokevirtual java.lang.String.indexOf:(II)I
            istore 8 /* idx */
        start local 8 // int idx
         6: .line 259
            iload 8 /* idx */
            ifle 38
         7: .line 260
            aload 4 /* name */
            getstatic com.oracle.truffle.llvm.ParserDriver.SULONG_RENAME_MARKER_LEN:I
            iload 8 /* idx */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 7 /* lib */
        start local 7 // java.lang.String lib
         8: .line 261
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 7 /* lib */
            invokestatic com.oracle.truffle.llvm.ParserDriver.getSimpleLibraryName:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getInternalFileScopes:(Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            astore 5 /* scope */
        start local 5 // com.oracle.truffle.llvm.runtime.LLVMScope scope
         9: .line 262
            aload 5 /* scope */
            ifnonnull 17
        10: .line 266
            new java.lang.StringBuilder
            dup
            aload 7 /* lib */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            ldc Lcom/oracle/truffle/llvm/runtime/PlatformCapability;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getCapability:(Ljava/lang/Class;)Lcom/oracle/truffle/llvm/runtime/config/LLVMCapability;
            checkcast com.oracle.truffle.llvm.runtime.PlatformCapability
            invokevirtual com.oracle.truffle.llvm.runtime.PlatformCapability.getLibrarySuffix:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 9 /* libName */
        start local 9 // java.lang.String libName
        11: .line 267
            aload 0 /* this */
            aload 9 /* libName */
            aconst_null
            getstatic com.oracle.truffle.llvm.runtime.LLVMContext$InternalLibraryLocator.INSTANCE:Lcom/oracle/truffle/llvm/runtime/LLVMContext$InternalLibraryLocator;
            ldc "<default bitcode library>"
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createTruffleFile:(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LibraryLocator;Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
            astore 10 /* file */
        start local 10 // com.oracle.truffle.api.TruffleFile file
        12: .line 268
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            ldc "llvm"
            aload 10 /* file */
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Lcom/oracle/truffle/api/TruffleFile;)Lcom/oracle/truffle/api/source/Source$SourceBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 10 /* file */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.isInternalLibraryFile:(Lcom/oracle/truffle/api/TruffleFile;)Z
            invokevirtual com.oracle.truffle.api.source.Source$SourceBuilder.internal:(Z)Lcom/oracle/truffle/api/source/Source$SourceBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$SourceBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.parseInternal:(Lcom/oracle/truffle/api/source/Source;[Ljava/lang/String;)Lcom/oracle/truffle/api/CallTarget;
            pop
        13: .line 269
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 7 /* lib */
            invokestatic com.oracle.truffle.llvm.ParserDriver.getSimpleLibraryName:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getInternalFileScopes:(Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            astore 5 /* scope */
        end local 10 // com.oracle.truffle.api.TruffleFile file
        end local 9 // java.lang.String libName
        14: .line 270
            goto 17
      StackMap locals: com.oracle.truffle.llvm.ParserDriver com.oracle.truffle.llvm.parser.LLVMParserResult java.util.ListIterator com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol java.lang.String com.oracle.truffle.llvm.runtime.LLVMScope top java.lang.String int
      StackMap stack: java.lang.Exception
        15: astore 9 /* e */
        start local 9 // java.lang.Exception e
        16: .line 271
            new java.lang.IllegalStateException
            dup
            aload 9 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 9 // java.lang.Exception e
        17: .line 274
      StackMap locals:
      StackMap stack:
            aload 5 /* scope */
            ifnonnull 19
        18: .line 277
            new com.oracle.truffle.llvm.runtime.except.LLVMLinkerException
            dup
            ldc "The symbol %s could not be imported because library %s was not found during symbol renaming"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* external */
            invokevirtual com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 7 /* lib */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMLinkerException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 279
      StackMap locals:
      StackMap stack:
            aload 4 /* name */
            iload 8 /* idx */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 6 /* originalName */
        start local 6 // java.lang.String originalName
        20: .line 280
            aload 5 /* scope */
            aload 6 /* originalName */
            aload 1 /* parserResult */
            aload 3 /* external */
            aload 7 /* lib */
            aload 4 /* name */
            aload 2 /* it */
            invokestatic com.oracle.truffle.llvm.ParserDriver.createNewFunction:(Lcom/oracle/truffle/llvm/runtime/LLVMScope;Ljava/lang/String;Lcom/oracle/truffle/llvm/parser/LLVMParserResult;Lcom/oracle/truffle/llvm/parser/model/functions/FunctionSymbol;Ljava/lang/String;Ljava/lang/String;Ljava/util/ListIterator;)V
        end local 8 // int idx
        end local 7 // java.lang.String lib
        end local 6 // java.lang.String originalName
        end local 5 // com.oracle.truffle.llvm.runtime.LLVMScope scope
        21: .line 282
            goto 38
      StackMap locals: com.oracle.truffle.llvm.ParserDriver com.oracle.truffle.llvm.parser.LLVMParserResult java.util.ListIterator com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol java.lang.String
      StackMap stack:
        22: aload 4 /* name */
            invokestatic com.oracle.truffle.llvm.CXXDemangler.isRenamedNamespaceSymbol:(Ljava/lang/String;)Z
            ifeq 38
        23: .line 283
            aload 4 /* name */
            invokestatic com.oracle.truffle.llvm.CXXDemangler.decodeNamespace:(Ljava/lang/String;)Ljava/util/ArrayList;
            astore 8 /* namespaces */
        start local 8 // java.util.ArrayList namespaces
        24: .line 284
            aload 8 /* namespaces */
            invokestatic com.oracle.truffle.llvm.CXXDemangler.getAndRemoveLibraryName:(Ljava/util/ArrayList;)Ljava/lang/String;
            astore 7 /* lib */
        start local 7 // java.lang.String lib
        25: .line 285
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 7 /* lib */
            invokestatic com.oracle.truffle.llvm.ParserDriver.getSimpleLibraryName:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getInternalFileScopes:(Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            astore 5 /* scope */
        start local 5 // com.oracle.truffle.llvm.runtime.LLVMScope scope
        26: .line 286
            aload 5 /* scope */
            ifnonnull 34
        27: .line 290
            new java.lang.StringBuilder
            dup
            aload 7 /* lib */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            ldc Lcom/oracle/truffle/llvm/runtime/PlatformCapability;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getCapability:(Ljava/lang/Class;)Lcom/oracle/truffle/llvm/runtime/config/LLVMCapability;
            checkcast com.oracle.truffle.llvm.runtime.PlatformCapability
            invokevirtual com.oracle.truffle.llvm.runtime.PlatformCapability.getLibrarySuffix:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 9 /* libName */
        start local 9 // java.lang.String libName
        28: .line 291
            aload 0 /* this */
            aload 9 /* libName */
            aconst_null
            getstatic com.oracle.truffle.llvm.runtime.LLVMContext$InternalLibraryLocator.INSTANCE:Lcom/oracle/truffle/llvm/runtime/LLVMContext$InternalLibraryLocator;
            ldc "<default bitcode library>"
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createTruffleFile:(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LibraryLocator;Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
            astore 10 /* file */
        start local 10 // com.oracle.truffle.api.TruffleFile file
        29: .line 292
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            ldc "llvm"
            aload 10 /* file */
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Lcom/oracle/truffle/api/TruffleFile;)Lcom/oracle/truffle/api/source/Source$SourceBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 10 /* file */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.isInternalLibraryFile:(Lcom/oracle/truffle/api/TruffleFile;)Z
            invokevirtual com.oracle.truffle.api.source.Source$SourceBuilder.internal:(Z)Lcom/oracle/truffle/api/source/Source$SourceBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$SourceBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.parseInternal:(Lcom/oracle/truffle/api/source/Source;[Ljava/lang/String;)Lcom/oracle/truffle/api/CallTarget;
            pop
        30: .line 293
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 7 /* lib */
            invokestatic com.oracle.truffle.llvm.ParserDriver.getSimpleLibraryName:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getInternalFileScopes:(Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            astore 5 /* scope */
        end local 10 // com.oracle.truffle.api.TruffleFile file
        end local 9 // java.lang.String libName
        31: .line 294
            goto 34
      StackMap locals: com.oracle.truffle.llvm.ParserDriver com.oracle.truffle.llvm.parser.LLVMParserResult java.util.ListIterator com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol java.lang.String com.oracle.truffle.llvm.runtime.LLVMScope top java.lang.String java.util.ArrayList
      StackMap stack: java.lang.Exception
        32: astore 9 /* e */
        start local 9 // java.lang.Exception e
        33: .line 295
            new java.lang.IllegalStateException
            dup
            aload 9 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 9 // java.lang.Exception e
        34: .line 298
      StackMap locals:
      StackMap stack:
            aload 5 /* scope */
            ifnonnull 36
        35: .line 301
            new com.oracle.truffle.llvm.runtime.except.LLVMLinkerException
            dup
            ldc "The symbol %s could not be imported because library %s was not found during symbol renaming"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* external */
            invokevirtual com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 7 /* lib */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMLinkerException.<init>:(Ljava/lang/String;)V
            athrow
        36: .line 303
      StackMap locals:
      StackMap stack:
            aload 8 /* namespaces */
            invokestatic com.oracle.truffle.llvm.CXXDemangler.encodeNamespace:(Ljava/util/ArrayList;)Ljava/lang/String;
            astore 6 /* originalName */
        start local 6 // java.lang.String originalName
        37: .line 304
            aload 5 /* scope */
            aload 6 /* originalName */
            aload 1 /* parserResult */
            aload 3 /* external */
            aload 7 /* lib */
            aload 4 /* name */
            aload 2 /* it */
            invokestatic com.oracle.truffle.llvm.ParserDriver.createNewFunction:(Lcom/oracle/truffle/llvm/runtime/LLVMScope;Ljava/lang/String;Lcom/oracle/truffle/llvm/parser/LLVMParserResult;Lcom/oracle/truffle/llvm/parser/model/functions/FunctionSymbol;Ljava/lang/String;Ljava/lang/String;Ljava/util/ListIterator;)V
        end local 8 // java.util.ArrayList namespaces
        end local 7 // java.lang.String lib
        end local 6 // java.lang.String originalName
        end local 5 // com.oracle.truffle.llvm.runtime.LLVMScope scope
        end local 4 // java.lang.String name
        end local 3 // com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol external
        38: .line 243
      StackMap locals: com.oracle.truffle.llvm.ParserDriver com.oracle.truffle.llvm.parser.LLVMParserResult java.util.ListIterator
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.ListIterator.hasNext:()Z
            ifne 2
        39: .line 307
            return
        end local 2 // java.util.ListIterator it
        end local 1 // com.oracle.truffle.llvm.parser.LLVMParserResult parserResult
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   40     0          this  Lcom/oracle/truffle/llvm/ParserDriver;
            0   40     1  parserResult  Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
            1   40     2            it  Ljava/util/ListIterator<Lcom/oracle/truffle/llvm/parser/model/functions/FunctionSymbol;>;
            3   38     3      external  Lcom/oracle/truffle/llvm/parser/model/functions/FunctionSymbol;
            4   38     4          name  Ljava/lang/String;
            9   21     5         scope  Lcom/oracle/truffle/llvm/runtime/LLVMScope;
           26   38     5         scope  Lcom/oracle/truffle/llvm/runtime/LLVMScope;
           20   21     6  originalName  Ljava/lang/String;
           37   38     6  originalName  Ljava/lang/String;
            8   21     7           lib  Ljava/lang/String;
           25   38     7           lib  Ljava/lang/String;
            6   21     8           idx  I
           11   14     9       libName  Ljava/lang/String;
           12   14    10          file  Lcom/oracle/truffle/api/TruffleFile;
           16   17     9             e  Ljava/lang/Exception;
           24   38     8    namespaces  Ljava/util/ArrayList<Ljava/lang/String;>;
           28   31     9       libName  Ljava/lang/String;
           29   31    10          file  Lcom/oracle/truffle/api/TruffleFile;
           33   34     9             e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          10    14      15  Class java.lang.Exception
          27    31      32  Class java.lang.Exception
    MethodParameters:
              Name  Flags
      parserResult  

  private static void createNewFunction(com.oracle.truffle.llvm.runtime.LLVMScope, java.lang.String, com.oracle.truffle.llvm.parser.LLVMParserResult, com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol, java.lang.String, java.lang.String, java.util.ListIterator<com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol>);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMScope;Ljava/lang/String;Lcom/oracle/truffle/llvm/parser/LLVMParserResult;Lcom/oracle/truffle/llvm/parser/model/functions/FunctionSymbol;Ljava/lang/String;Ljava/lang/String;Ljava/util/ListIterator;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=10, args_size=7
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMScope scope
        start local 1 // java.lang.String originalName
        start local 2 // com.oracle.truffle.llvm.parser.LLVMParserResult parserResult
        start local 3 // com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol external
        start local 4 // java.lang.String lib
        start local 5 // java.lang.String name
        start local 6 // java.util.ListIterator it
         0: .line 310
            aload 0 /* scope */
            aload 1 /* originalName */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMScope.getFunction:(Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
            astore 7 /* originalSymbol */
        start local 7 // com.oracle.truffle.llvm.runtime.LLVMFunction originalSymbol
         1: .line 311
            aload 7 /* originalSymbol */
            ifnonnull 5
         2: .line 312
            new com.oracle.truffle.llvm.runtime.except.LLVMLinkerException
            dup
         3: .line 313
            ldc "The symbol %s could not be imported because the symbol %s was not found in library %s"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* external */
            invokevirtual com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* originalName */
            aastore
            dup
            iconst_2
            aload 4 /* lib */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         4: .line 312
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMLinkerException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 315
      StackMap locals: com.oracle.truffle.llvm.runtime.LLVMFunction
      StackMap stack:
            aload 5 /* name */
            aload 7 /* originalSymbol */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunction.getFunction:()Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;
            aload 7 /* originalSymbol */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunction.getType:()Lcom/oracle/truffle/llvm/runtime/types/FunctionType;
         6: .line 316
            aload 2 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getRuntime:()Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getBitcodeID:()I
            aload 3 /* external */
            invokevirtual com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol.getIndex:()I
            aload 3 /* external */
            invokevirtual com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol.isExported:()Z
            aload 2 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getRuntime:()Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getFile:()Lcom/oracle/truffle/api/TruffleFile;
            invokevirtual com.oracle.truffle.api.TruffleFile.getPath:()Ljava/lang/String;
         7: .line 315
            invokestatic com.oracle.truffle.llvm.runtime.LLVMFunction.create:(Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;Lcom/oracle/truffle/llvm/runtime/types/FunctionType;IIZLjava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
            astore 8 /* newFunction */
        start local 8 // com.oracle.truffle.llvm.runtime.LLVMFunction newFunction
         8: .line 317
            aload 2 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getRuntime:()Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getFileScope:()Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            astore 9 /* fileScope */
        start local 9 // com.oracle.truffle.llvm.runtime.LLVMScope fileScope
         9: .line 318
            aload 9 /* fileScope */
            aload 8 /* newFunction */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMScope.register:(Lcom/oracle/truffle/llvm/runtime/LLVMSymbol;)V
        10: .line 319
            aload 6 /* it */
            invokeinterface java.util.ListIterator.remove:()V
        11: .line 320
            aload 2 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getDefinedFunctions:()Ljava/util/List;
            aload 3 /* external */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        12: .line 321
            return
        end local 9 // com.oracle.truffle.llvm.runtime.LLVMScope fileScope
        end local 8 // com.oracle.truffle.llvm.runtime.LLVMFunction newFunction
        end local 7 // com.oracle.truffle.llvm.runtime.LLVMFunction originalSymbol
        end local 6 // java.util.ListIterator it
        end local 5 // java.lang.String name
        end local 4 // java.lang.String lib
        end local 3 // com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol external
        end local 2 // com.oracle.truffle.llvm.parser.LLVMParserResult parserResult
        end local 1 // java.lang.String originalName
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMScope scope
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0           scope  Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            0   13     1    originalName  Ljava/lang/String;
            0   13     2    parserResult  Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
            0   13     3        external  Lcom/oracle/truffle/llvm/parser/model/functions/FunctionSymbol;
            0   13     4             lib  Ljava/lang/String;
            0   13     5            name  Ljava/lang/String;
            0   13     6              it  Ljava/util/ListIterator<Lcom/oracle/truffle/llvm/parser/model/functions/FunctionSymbol;>;
            1   13     7  originalSymbol  Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
            8   13     8     newFunction  Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
            9   13     9       fileScope  Lcom/oracle/truffle/llvm/runtime/LLVMScope;
    Signature: (Lcom/oracle/truffle/llvm/runtime/LLVMScope;Ljava/lang/String;Lcom/oracle/truffle/llvm/parser/LLVMParserResult;Lcom/oracle/truffle/llvm/parser/model/functions/FunctionSymbol;Ljava/lang/String;Ljava/lang/String;Ljava/util/ListIterator<Lcom/oracle/truffle/llvm/parser/model/functions/FunctionSymbol;>;)V
    MethodParameters:
              Name  Flags
      scope         
      originalName  
      parserResult  
      external      
      lib           
      name          
      it            

  private static java.lang.String getSimpleLibraryName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.String name
         0: .line 327
            aload 0 /* name */
            ldc "."
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 1 /* index */
        start local 1 // int index
         1: .line 328
            iload 1 /* index */
            iconst_m1
            if_icmpne 3
         2: .line 329
            aload 0 /* name */
            areturn
         3: .line 331
      StackMap locals: int
      StackMap stack:
            aload 0 /* name */
            iconst_0
            iload 1 /* index */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   name  Ljava/lang/String;
            1    4     1  index  I
    MethodParameters:
      Name  Flags
      name  

  private com.oracle.truffle.llvm.parser.LLVMParserResult parseBinary(com.oracle.truffle.llvm.parser.binary.BinaryParserResult, com.oracle.truffle.api.TruffleFile);
    descriptor: (Lcom/oracle/truffle/llvm/parser/binary/BinaryParserResult;Lcom/oracle/truffle/api/TruffleFile;)Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=13, args_size=3
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // com.oracle.truffle.llvm.parser.binary.BinaryParserResult binaryParserResult
        start local 2 // com.oracle.truffle.api.TruffleFile file
         0: .line 338
            new com.oracle.truffle.llvm.parser.model.ModelModule
            dup
            invokespecial com.oracle.truffle.llvm.parser.model.ModelModule.<init>:()V
            astore 3 /* module */
        start local 3 // com.oracle.truffle.llvm.parser.model.ModelModule module
         1: .line 339
            aload 1 /* binaryParserResult */
            invokevirtual com.oracle.truffle.llvm.parser.binary.BinaryParserResult.getSource:()Lcom/oracle/truffle/api/source/Source;
            astore 4 /* source */
        start local 4 // com.oracle.truffle.api.source.Source source
         2: .line 340
            aload 1 /* binaryParserResult */
            invokevirtual com.oracle.truffle.llvm.parser.binary.BinaryParserResult.getBitcode:()Lorg/graalvm/polyglot/io/ByteSequence;
            aload 3 /* module */
            aload 4 /* source */
            invokestatic com.oracle.truffle.llvm.parser.scanner.LLVMScanner.parseBitcode:(Lorg/graalvm/polyglot/io/ByteSequence;Lcom/oracle/truffle/llvm/parser/model/ModelModule;Lcom/oracle/truffle/api/source/Source;)V
         3: .line 341
            aload 3 /* module */
            invokevirtual com.oracle.truffle.llvm.parser.model.ModelModule.getTargetDataLayout:()Lcom/oracle/truffle/llvm/parser/model/target/TargetDataLayout;
            astore 5 /* layout */
        start local 5 // com.oracle.truffle.llvm.parser.model.target.TargetDataLayout layout
         4: .line 342
            new com.oracle.truffle.llvm.runtime.datalayout.DataLayout
            dup
            aload 5 /* layout */
            invokevirtual com.oracle.truffle.llvm.parser.model.target.TargetDataLayout.getDataLayout:()Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.datalayout.DataLayout.<init>:(Ljava/lang/String;)V
            astore 6 /* targetDataLayout */
        start local 6 // com.oracle.truffle.llvm.runtime.datalayout.DataLayout targetDataLayout
         5: .line 343
            aload 6 /* targetDataLayout */
            invokevirtual com.oracle.truffle.llvm.runtime.datalayout.DataLayout.getByteOrder:()Ljava/nio/ByteOrder;
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpeq 7
         6: .line 344
            new com.oracle.truffle.llvm.runtime.except.LLVMParserException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Byte order "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* targetDataLayout */
            invokevirtual com.oracle.truffle.llvm.runtime.datalayout.DataLayout.getByteOrder:()Ljava/nio/ByteOrder;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " of file "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getPath:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " is not supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMParserException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 346
      StackMap locals: com.oracle.truffle.llvm.ParserDriver com.oracle.truffle.llvm.parser.binary.BinaryParserResult com.oracle.truffle.api.TruffleFile com.oracle.truffle.llvm.parser.model.ModelModule com.oracle.truffle.api.source.Source com.oracle.truffle.llvm.parser.model.target.TargetDataLayout com.oracle.truffle.llvm.runtime.datalayout.DataLayout
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getLanguage:()Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getActiveConfiguration:()Lcom/oracle/truffle/llvm/runtime/config/Configuration;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 6 /* targetDataLayout */
            invokeinterface com.oracle.truffle.llvm.runtime.config.Configuration.createNodeFactory:(Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;Lcom/oracle/truffle/llvm/runtime/datalayout/DataLayout;)Lcom/oracle/truffle/llvm/runtime/NodeFactory;
            astore 7 /* nodeFactory */
        start local 7 // com.oracle.truffle.llvm.runtime.NodeFactory nodeFactory
         8: .line 347
            new com.oracle.truffle.llvm.runtime.LLVMScope
            dup
            invokespecial com.oracle.truffle.llvm.runtime.LLVMScope.<init>:()V
            astore 8 /* fileScope */
        start local 8 // com.oracle.truffle.llvm.runtime.LLVMScope fileScope
         9: .line 348
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.nextFreeBitcodeID:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            istore 9 /* bitcodeID */
        start local 9 // int bitcodeID
        10: .line 349
            new com.oracle.truffle.llvm.parser.LLVMParserRuntime
            dup
            aload 8 /* fileScope */
            aload 7 /* nodeFactory */
            iload 9 /* bitcodeID */
            aload 2 /* file */
            aload 4 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            aload 3 /* module */
            invokestatic com.oracle.truffle.llvm.ParserDriver.getSourceFilesWithChecksums:(Lcom/oracle/truffle/api/TruffleLanguage$Env;Lcom/oracle/truffle/llvm/parser/model/ModelModule;)Ljava/util/List;
            invokespecial com.oracle.truffle.llvm.parser.LLVMParserRuntime.<init>:(Lcom/oracle/truffle/llvm/runtime/LLVMScope;Lcom/oracle/truffle/llvm/runtime/NodeFactory;ILcom/oracle/truffle/api/TruffleFile;Ljava/lang/String;Ljava/util/List;)V
            astore 10 /* runtime */
        start local 10 // com.oracle.truffle.llvm.parser.LLVMParserRuntime runtime
        11: .line 350
            new com.oracle.truffle.llvm.parser.LLVMParser
            dup
            aload 4 /* source */
            aload 10 /* runtime */
            invokespecial com.oracle.truffle.llvm.parser.LLVMParser.<init>:(Lcom/oracle/truffle/api/source/Source;Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;)V
            astore 11 /* parser */
        start local 11 // com.oracle.truffle.llvm.parser.LLVMParser parser
        12: .line 351
            aload 11 /* parser */
            aload 3 /* module */
            aload 6 /* targetDataLayout */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParser.parse:(Lcom/oracle/truffle/llvm/parser/model/ModelModule;Lcom/oracle/truffle/llvm/runtime/datalayout/DataLayout;)Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
            astore 12 /* result */
        start local 12 // com.oracle.truffle.llvm.parser.LLVMParserResult result
        13: .line 352
            aload 0 /* this */
            aload 3 /* module */
            new com.oracle.truffle.llvm.parser.nodes.LLVMSymbolReadResolver
            dup
            aload 10 /* runtime */
            new com.oracle.truffle.api.frame.FrameDescriptor
            dup
            invokespecial com.oracle.truffle.api.frame.FrameDescriptor.<init>:()V
            invokestatic com.oracle.truffle.llvm.runtime.GetStackSpaceFactory.createAllocaFactory:()Lcom/oracle/truffle/llvm/runtime/GetStackSpaceFactory;
            aload 6 /* targetDataLayout */
            iconst_0
            invokespecial com.oracle.truffle.llvm.parser.nodes.LLVMSymbolReadResolver.<init>:(Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;Lcom/oracle/truffle/api/frame/FrameDescriptor;Lcom/oracle/truffle/llvm/runtime/GetStackSpaceFactory;Lcom/oracle/truffle/llvm/runtime/datalayout/DataLayout;Z)V
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createDebugInfo:(Lcom/oracle/truffle/llvm/parser/model/ModelModule;Lcom/oracle/truffle/llvm/parser/nodes/LLVMSymbolReadResolver;)V
        14: .line 353
            aload 12 /* result */
            areturn
        end local 12 // com.oracle.truffle.llvm.parser.LLVMParserResult result
        end local 11 // com.oracle.truffle.llvm.parser.LLVMParser parser
        end local 10 // com.oracle.truffle.llvm.parser.LLVMParserRuntime runtime
        end local 9 // int bitcodeID
        end local 8 // com.oracle.truffle.llvm.runtime.LLVMScope fileScope
        end local 7 // com.oracle.truffle.llvm.runtime.NodeFactory nodeFactory
        end local 6 // com.oracle.truffle.llvm.runtime.datalayout.DataLayout targetDataLayout
        end local 5 // com.oracle.truffle.llvm.parser.model.target.TargetDataLayout layout
        end local 4 // com.oracle.truffle.api.source.Source source
        end local 3 // com.oracle.truffle.llvm.parser.model.ModelModule module
        end local 2 // com.oracle.truffle.api.TruffleFile file
        end local 1 // com.oracle.truffle.llvm.parser.binary.BinaryParserResult binaryParserResult
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Lcom/oracle/truffle/llvm/ParserDriver;
            0   15     1  binaryParserResult  Lcom/oracle/truffle/llvm/parser/binary/BinaryParserResult;
            0   15     2                file  Lcom/oracle/truffle/api/TruffleFile;
            1   15     3              module  Lcom/oracle/truffle/llvm/parser/model/ModelModule;
            2   15     4              source  Lcom/oracle/truffle/api/source/Source;
            4   15     5              layout  Lcom/oracle/truffle/llvm/parser/model/target/TargetDataLayout;
            5   15     6    targetDataLayout  Lcom/oracle/truffle/llvm/runtime/datalayout/DataLayout;
            8   15     7         nodeFactory  Lcom/oracle/truffle/llvm/runtime/NodeFactory;
            9   15     8           fileScope  Lcom/oracle/truffle/llvm/runtime/LLVMScope;
           10   15     9           bitcodeID  I
           11   15    10             runtime  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
           12   15    11              parser  Lcom/oracle/truffle/llvm/parser/LLVMParser;
           13   15    12              result  Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
    MethodParameters:
                    Name  Flags
      binaryParserResult  
      file                

  private static java.util.List<com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference> getSourceFilesWithChecksums(com.oracle.truffle.api.TruffleLanguage$Env, com.oracle.truffle.llvm.parser.model.ModelModule);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$Env;Lcom/oracle/truffle/llvm/parser/model/ModelModule;)Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.TruffleLanguage$Env env
        start local 1 // com.oracle.truffle.llvm.parser.model.ModelModule module
         0: .line 357
            aload 0 /* env */
            invokestatic com.oracle.truffle.llvm.runtime.options.SulongEngineOption.shouldVerifyCompileUnitChecksums:(Lcom/oracle/truffle/api/TruffleLanguage$Env;)Z
            ifeq 6
         1: .line 358
            aload 1 /* module */
            invokevirtual com.oracle.truffle.llvm.parser.model.ModelModule.getSourceFileReferences:()Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.stream:()Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/truffle/llvm/ParserDriver.lambda$0(Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference;)Z (6)
                  (Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
         2: .line 359
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
         3: .line 358
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 2 /* sourceWithChecksum */
        start local 2 // java.util.List sourceWithChecksum
         4: .line 360
            aload 2 /* sourceWithChecksum */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 6
         5: .line 361
            aload 2 /* sourceWithChecksum */
            areturn
        end local 2 // java.util.List sourceWithChecksum
         6: .line 364
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.llvm.parser.model.ModelModule module
        end local 0 // com.oracle.truffle.api.TruffleLanguage$Env env
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                 env  Lcom/oracle/truffle/api/TruffleLanguage$Env;
            0    7     1              module  Lcom/oracle/truffle/llvm/parser/model/ModelModule;
            4    6     2  sourceWithChecksum  Ljava/util/List<Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference;>;
    Signature: (Lcom/oracle/truffle/api/TruffleLanguage$Env;Lcom/oracle/truffle/llvm/parser/model/ModelModule;)Ljava/util/List<Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference;>;
    MethodParameters:
        Name  Flags
      env     
      module  

  private void createDebugInfo(com.oracle.truffle.llvm.parser.model.ModelModule, com.oracle.truffle.llvm.parser.nodes.LLVMSymbolReadResolver);
    descriptor: (Lcom/oracle/truffle/llvm/parser/model/ModelModule;Lcom/oracle/truffle/llvm/parser/nodes/LLVMSymbolReadResolver;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // com.oracle.truffle.llvm.parser.model.ModelModule model
        start local 2 // com.oracle.truffle.llvm.parser.nodes.LLVMSymbolReadResolver symbolResolver
         0: .line 368
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getSourceContext:()Lcom/oracle/truffle/llvm/runtime/debug/LLVMSourceContext;
            astore 3 /* sourceContext */
        start local 3 // com.oracle.truffle.llvm.runtime.debug.LLVMSourceContext sourceContext
         1: .line 370
            aload 1 /* model */
            invokevirtual com.oracle.truffle.llvm.parser.model.ModelModule.getSourceGlobals:()Ljava/util/Map;
            aload 2 /* symbolResolver */
            aload 3 /* sourceContext */
            invokedynamic accept(Lcom/oracle/truffle/llvm/parser/nodes/LLVMSymbolReadResolver;Lcom/oracle/truffle/llvm/runtime/debug/LLVMSourceContext;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  com/oracle/truffle/llvm/ParserDriver.lambda$1(Lcom/oracle/truffle/llvm/parser/nodes/LLVMSymbolReadResolver;Lcom/oracle/truffle/llvm/runtime/debug/LLVMSourceContext;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)V (6)
                  (Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)V
            invokeinterface java.util.Map.forEach:(Ljava/util/function/BiConsumer;)V
         2: .line 376
            aload 1 /* model */
            invokevirtual com.oracle.truffle.llvm.parser.model.ModelModule.getSourceStaticMembers:()Ljava/util/Map;
            aload 2 /* symbolResolver */
            invokedynamic accept(Lcom/oracle/truffle/llvm/parser/nodes/LLVMSymbolReadResolver;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  com/oracle/truffle/llvm/ParserDriver.lambda$2(Lcom/oracle/truffle/llvm/parser/nodes/LLVMSymbolReadResolver;Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceStaticMemberType;Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)V (6)
                  (Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceStaticMemberType;Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)V
            invokeinterface java.util.Map.forEach:(Ljava/util/function/BiConsumer;)V
         3: .line 381
            return
        end local 3 // com.oracle.truffle.llvm.runtime.debug.LLVMSourceContext sourceContext
        end local 2 // com.oracle.truffle.llvm.parser.nodes.LLVMSymbolReadResolver symbolResolver
        end local 1 // com.oracle.truffle.llvm.parser.model.ModelModule model
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/oracle/truffle/llvm/ParserDriver;
            0    4     1           model  Lcom/oracle/truffle/llvm/parser/model/ModelModule;
            0    4     2  symbolResolver  Lcom/oracle/truffle/llvm/parser/nodes/LLVMSymbolReadResolver;
            1    4     3   sourceContext  Lcom/oracle/truffle/llvm/runtime/debug/LLVMSourceContext;
    MethodParameters:
                Name  Flags
      model           
      symbolResolver  

  private com.oracle.truffle.llvm.parser.LLVMParserResult parseLibraryWithSource(com.oracle.truffle.api.source.Source, org.graalvm.polyglot.io.ByteSequence);
    descriptor: (Lcom/oracle/truffle/api/source/Source;Lorg/graalvm/polyglot/io/ByteSequence;)Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // com.oracle.truffle.api.source.Source source
        start local 2 // org.graalvm.polyglot.io.ByteSequence bytes
         0: .line 393
            aload 2 /* bytes */
            aload 1 /* source */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokestatic com.oracle.truffle.llvm.parser.binary.BinaryParser.parse:(Lorg/graalvm/polyglot/io/ByteSequence;Lcom/oracle/truffle/api/source/Source;Lcom/oracle/truffle/llvm/runtime/LLVMContext;)Lcom/oracle/truffle/llvm/parser/binary/BinaryParserResult;
            astore 3 /* binaryParserResult */
        start local 3 // com.oracle.truffle.llvm.parser.binary.BinaryParserResult binaryParserResult
         1: .line 394
            aload 3 /* binaryParserResult */
            ifnull 6
         2: .line 395
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 3 /* binaryParserResult */
            invokevirtual com.oracle.truffle.llvm.parser.binary.BinaryParserResult.getLibraryPaths:()Ljava/util/List;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.addLibraryPaths:(Ljava/util/List;)V
         3: .line 396
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getName:()Ljava/lang/String;
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getPath:()Ljava/lang/String;
            aload 3 /* binaryParserResult */
            invokevirtual com.oracle.truffle.llvm.parser.binary.BinaryParserResult.getLocator:()Lcom/oracle/truffle/llvm/runtime/LibraryLocator;
            ldc "<source library>"
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createTruffleFile:(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LibraryLocator;Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
            astore 4 /* file */
        start local 4 // com.oracle.truffle.api.TruffleFile file
         4: .line 397
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getName:()Ljava/lang/String;
            aload 4 /* file */
            aload 3 /* binaryParserResult */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.processDependencies:(Ljava/lang/String;Lcom/oracle/truffle/api/TruffleFile;Lcom/oracle/truffle/llvm/parser/binary/BinaryParserResult;)V
         5: .line 398
            aload 0 /* this */
            aload 3 /* binaryParserResult */
            aload 4 /* file */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.parseBinary:(Lcom/oracle/truffle/llvm/parser/binary/BinaryParserResult;Lcom/oracle/truffle/api/TruffleFile;)Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
            areturn
        end local 4 // com.oracle.truffle.api.TruffleFile file
         6: .line 400
      StackMap locals: com.oracle.truffle.llvm.parser.binary.BinaryParserResult
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 1 /* source */
            invokestatic com.oracle.truffle.llvm.runtime.LibraryLocator.traceDelegateNative:(Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/lang/Object;)V
         7: .line 401
            aconst_null
            areturn
        end local 3 // com.oracle.truffle.llvm.parser.binary.BinaryParserResult binaryParserResult
        end local 2 // org.graalvm.polyglot.io.ByteSequence bytes
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                this  Lcom/oracle/truffle/llvm/ParserDriver;
            0    8     1              source  Lcom/oracle/truffle/api/source/Source;
            0    8     2               bytes  Lorg/graalvm/polyglot/io/ByteSequence;
            1    8     3  binaryParserResult  Lcom/oracle/truffle/llvm/parser/binary/BinaryParserResult;
            4    6     4                file  Lcom/oracle/truffle/api/TruffleFile;
    MethodParameters:
        Name  Flags
      source  
      bytes   

  private com.oracle.truffle.api.TruffleFile createTruffleFile(java.lang.String, java.lang.String, com.oracle.truffle.llvm.runtime.LibraryLocator, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LibraryLocator;Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // java.lang.String libName
        start local 2 // java.lang.String libPath
        start local 3 // com.oracle.truffle.llvm.runtime.LibraryLocator locator
        start local 4 // java.lang.String reason
         0: .line 406
            aload 3 /* locator */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 1 /* libName */
            aload 4 /* reason */
            invokevirtual com.oracle.truffle.llvm.runtime.LibraryLocator.locate:(Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/lang/String;Ljava/lang/Object;)Lcom/oracle/truffle/api/TruffleFile;
            astore 5 /* file */
        start local 5 // com.oracle.truffle.api.TruffleFile file
         1: .line 407
            aload 5 /* file */
            ifnonnull 8
         2: .line 408
            aload 2 /* libPath */
            ifnull 5
         3: .line 409
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            aload 2 /* libPath */
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.getInternalTruffleFile:(Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
            astore 5 /* file */
         4: .line 410
            goto 8
         5: .line 411
      StackMap locals: com.oracle.truffle.api.TruffleFile
      StackMap stack:
            aload 1 /* libName */
            iconst_0
            anewarray java.lang.String
            invokestatic java.nio.file.Paths.get:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            astore 6 /* path */
        start local 6 // java.nio.file.Path path
         6: .line 412
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 6 /* path */
            invokestatic com.oracle.truffle.llvm.runtime.LibraryLocator.traceDelegateNative:(Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/lang/Object;)V
         7: .line 413
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            aload 6 /* path */
            invokeinterface java.nio.file.Path.toUri:()Ljava/net/URI;
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.getInternalTruffleFile:(Ljava/net/URI;)Lcom/oracle/truffle/api/TruffleFile;
            astore 5 /* file */
        end local 6 // java.nio.file.Path path
         8: .line 416
      StackMap locals:
      StackMap stack:
            aload 5 /* file */
            areturn
        end local 5 // com.oracle.truffle.api.TruffleFile file
        end local 4 // java.lang.String reason
        end local 3 // com.oracle.truffle.llvm.runtime.LibraryLocator locator
        end local 2 // java.lang.String libPath
        end local 1 // java.lang.String libName
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/oracle/truffle/llvm/ParserDriver;
            0    9     1  libName  Ljava/lang/String;
            0    9     2  libPath  Ljava/lang/String;
            0    9     3  locator  Lcom/oracle/truffle/llvm/runtime/LibraryLocator;
            0    9     4   reason  Ljava/lang/String;
            1    9     5     file  Lcom/oracle/truffle/api/TruffleFile;
            6    8     6     path  Ljava/nio/file/Path;
    MethodParameters:
         Name  Flags
      libName  
      libPath  
      locator  
      reason   

  private void processDependencies(java.lang.String, com.oracle.truffle.api.TruffleFile, com.oracle.truffle.llvm.parser.binary.BinaryParserResult);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/TruffleFile;Lcom/oracle/truffle/llvm/parser/binary/BinaryParserResult;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // java.lang.String libraryName
        start local 2 // com.oracle.truffle.api.TruffleFile libFile
        start local 3 // com.oracle.truffle.llvm.parser.binary.BinaryParserResult binaryParserResult
         0: .line 425
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 3 /* binaryParserResult */
            invokevirtual com.oracle.truffle.llvm.parser.binary.BinaryParserResult.getLibraries:()Ljava/util/List;
            aload 2 /* libFile */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.preprocessDependencies:(Ljava/util/List;Lcom/oracle/truffle/api/TruffleFile;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 11
      StackMap locals: com.oracle.truffle.llvm.ParserDriver java.lang.String com.oracle.truffle.api.TruffleFile com.oracle.truffle.llvm.parser.binary.BinaryParserResult top java.util.Iterator
      StackMap stack:
         1: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* lib */
        start local 4 // java.lang.String lib
         2: .line 427
            aload 1 /* libraryName */
            aload 4 /* lib */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
         3: .line 429
            aload 0 /* this */
            aload 4 /* lib */
            aconst_null
            aload 3 /* binaryParserResult */
            invokevirtual com.oracle.truffle.llvm.parser.binary.BinaryParserResult.getLocator:()Lcom/oracle/truffle/llvm/runtime/LibraryLocator;
            ldc "<dependency library>"
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createTruffleFile:(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LibraryLocator;Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
            astore 6 /* file */
        start local 6 // com.oracle.truffle.api.TruffleFile file
         4: .line 430
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 6 /* file */
            invokevirtual com.oracle.truffle.api.TruffleFile.getPath:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getCachedLibrary:(Ljava/lang/String;)Lcom/oracle/truffle/api/CallTarget;
            astore 7 /* calls */
        start local 7 // com.oracle.truffle.api.CallTarget calls
         5: .line 431
            aload 7 /* calls */
            ifnull 8
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 7 /* calls */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifne 8
         6: .line 432
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 7 /* calls */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 433
            goto 11
         8: .line 434
      StackMap locals: com.oracle.truffle.llvm.ParserDriver java.lang.String com.oracle.truffle.api.TruffleFile com.oracle.truffle.llvm.parser.binary.BinaryParserResult java.lang.String java.util.Iterator com.oracle.truffle.api.TruffleFile com.oracle.truffle.api.CallTarget
      StackMap stack:
            aload 0 /* this */
            aload 4 /* lib */
            aload 4 /* lib */
            iconst_1
            aload 6 /* file */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createDependencySource:(Ljava/lang/String;Ljava/lang/String;ZLcom/oracle/truffle/api/TruffleFile;)Ljava/lang/Object;
            astore 8 /* sourceOrCallTarget */
        start local 8 // java.lang.Object sourceOrCallTarget
         9: .line 437
            aload 8 /* sourceOrCallTarget */
            ifnull 11
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 8 /* sourceOrCallTarget */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifne 11
        10: .line 438
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 8 /* sourceOrCallTarget */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // java.lang.Object sourceOrCallTarget
        end local 7 // com.oracle.truffle.api.CallTarget calls
        end local 6 // com.oracle.truffle.api.TruffleFile file
        end local 4 // java.lang.String lib
        11: .line 425
      StackMap locals: com.oracle.truffle.llvm.ParserDriver java.lang.String com.oracle.truffle.api.TruffleFile com.oracle.truffle.llvm.parser.binary.BinaryParserResult top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        12: .line 443
            return
        end local 3 // com.oracle.truffle.llvm.parser.binary.BinaryParserResult binaryParserResult
        end local 2 // com.oracle.truffle.api.TruffleFile libFile
        end local 1 // java.lang.String libraryName
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   13     0                this  Lcom/oracle/truffle/llvm/ParserDriver;
            0   13     1         libraryName  Ljava/lang/String;
            0   13     2             libFile  Lcom/oracle/truffle/api/TruffleFile;
            0   13     3  binaryParserResult  Lcom/oracle/truffle/llvm/parser/binary/BinaryParserResult;
            2   11     4                 lib  Ljava/lang/String;
            4   11     6                file  Lcom/oracle/truffle/api/TruffleFile;
            5   11     7               calls  Lcom/oracle/truffle/api/CallTarget;
            9   11     8  sourceOrCallTarget  Ljava/lang/Object;
    MethodParameters:
                    Name  Flags
      libraryName         
      libFile             
      binaryParserResult  

  private java.lang.Object createDependencySource(java.lang.String, java.lang.String, boolean, com.oracle.truffle.api.TruffleFile);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ZLcom/oracle/truffle/api/TruffleFile;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // java.lang.String libName
        start local 2 // java.lang.String libPath
        start local 3 // boolean isNative
        start local 4 // com.oracle.truffle.api.TruffleFile file
         0: .line 446
            getstatic com.oracle.truffle.llvm.ParserDriver.$assertionsDisabled:Z
            ifne 1
            aload 4 /* file */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 447
      StackMap locals:
      StackMap stack:
            aload 4 /* file */
            iconst_0
            anewarray java.nio.file.LinkOption
            invokevirtual com.oracle.truffle.api.TruffleFile.isRegularFile:([Ljava/nio/file/LinkOption;)Z
            ifne 8
         2: .line 448
            iload 3 /* isNative */
            ifne 4
         3: .line 449
            new com.oracle.truffle.llvm.runtime.except.LLVMParserException
            dup
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* file */
            invokevirtual com.oracle.truffle.api.TruffleFile.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' is not a file or does not exist."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMParserException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* libName */
            aload 2 /* libPath */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createNativeTruffleFile:(Ljava/lang/String;Ljava/lang/String;)Lcom/oracle/truffle/api/TruffleFile;
            astore 5 /* nativeFile */
        start local 5 // com.oracle.truffle.api.TruffleFile nativeFile
         5: .line 453
            aload 5 /* nativeFile */
            ifnonnull 7
         6: .line 454
            aconst_null
            areturn
         7: .line 456
      StackMap locals: com.oracle.truffle.api.TruffleFile
      StackMap stack:
            aload 0 /* this */
            aload 5 /* nativeFile */
            invokevirtual com.oracle.truffle.llvm.ParserDriver.createNativeLibraryCallTarget:(Lcom/oracle/truffle/api/TruffleFile;)Lcom/oracle/truffle/api/CallTarget;
            areturn
        end local 5 // com.oracle.truffle.api.TruffleFile nativeFile
         8: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 4 /* file */
            invokevirtual com.oracle.truffle.api.TruffleFile.getPath:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.containsLibrarySource:(Ljava/lang/String;)Z
            ifeq 11
         9: .line 462
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 4 /* file */
            invokevirtual com.oracle.truffle.api.TruffleFile.getPath:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.getLibrarySource:(Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source;
            astore 5 /* source */
        start local 5 // com.oracle.truffle.api.source.Source source
        10: .line 463
            goto 16
        end local 5 // com.oracle.truffle.api.source.Source source
        11: .line 465
      StackMap locals:
      StackMap stack:
            ldc "llvm"
            aload 4 /* file */
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Lcom/oracle/truffle/api/TruffleFile;)Lcom/oracle/truffle/api/source/Source$SourceBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 4 /* file */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.isInternalLibraryFile:(Lcom/oracle/truffle/api/TruffleFile;)Z
            invokevirtual com.oracle.truffle.api.source.Source$SourceBuilder.internal:(Z)Lcom/oracle/truffle/api/source/Source$SourceBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$SourceBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            astore 5 /* source */
        start local 5 // com.oracle.truffle.api.source.Source source
        12: .line 466
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 4 /* file */
            invokevirtual com.oracle.truffle.api.TruffleFile.getPath:()Ljava/lang/String;
            aload 5 /* source */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMLanguage.addLibrarySource:(Ljava/lang/String;Lcom/oracle/truffle/api/source/Source;)V
        13: .line 467
            goto 16
        end local 5 // com.oracle.truffle.api.source.Source source
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: pop
        15: .line 468
            new com.oracle.truffle.llvm.runtime.except.LLVMParserException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Error reading file "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* file */
            invokevirtual com.oracle.truffle.api.TruffleFile.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMParserException.<init>:(Ljava/lang/String;)V
            athrow
        start local 5 // com.oracle.truffle.api.source.Source source
        16: .line 471
      StackMap locals: com.oracle.truffle.api.source.Source
      StackMap stack:
            aload 5 /* source */
            areturn
        end local 5 // com.oracle.truffle.api.source.Source source
        end local 4 // com.oracle.truffle.api.TruffleFile file
        end local 3 // boolean isNative
        end local 2 // java.lang.String libPath
        end local 1 // java.lang.String libName
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lcom/oracle/truffle/llvm/ParserDriver;
            0   17     1     libName  Ljava/lang/String;
            0   17     2     libPath  Ljava/lang/String;
            0   17     3    isNative  Z
            0   17     4        file  Lcom/oracle/truffle/api/TruffleFile;
            5    8     5  nativeFile  Lcom/oracle/truffle/api/TruffleFile;
           10   11     5      source  Lcom/oracle/truffle/api/source/Source;
           12   14     5      source  Lcom/oracle/truffle/api/source/Source;
           16   17     5      source  Lcom/oracle/truffle/api/source/Source;
      Exception table:
        from    to  target  type
          11    13      14  Class java.io.IOException
          11    13      14  Class java.lang.SecurityException
          11    13      14  Class java.lang.OutOfMemoryError
    MethodParameters:
          Name  Flags
      libName   
      libPath   
      isNative  
      file      

  private static void addExternalSymbolsToScopes(com.oracle.truffle.llvm.parser.LLVMParserResult);
    descriptor: (Lcom/oracle/truffle/llvm/parser/LLVMParserResult;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserResult parserResult
         0: .line 477
            aload 0 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getRuntime:()Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getFileScope:()Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            astore 1 /* fileScope */
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMScope fileScope
         1: .line 478
            aload 0 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getExternalFunctions:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: com.oracle.truffle.llvm.parser.LLVMParserResult com.oracle.truffle.llvm.runtime.LLVMScope top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol
            astore 2 /* function */
        start local 2 // com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol function
         3: .line 479
            aload 1 /* fileScope */
            aload 2 /* function */
            invokevirtual com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol.getName:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMScope.contains:(Ljava/lang/String;)Z
            ifne 7
         4: .line 480
            aload 1 /* fileScope */
            aload 2 /* function */
            invokevirtual com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol.getName:()Ljava/lang/String;
            new com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction
            dup
            invokespecial com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction.<init>:()V
            aload 2 /* function */
            invokevirtual com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol.getType:()Lcom/oracle/truffle/llvm/runtime/types/FunctionType;
            aload 0 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getRuntime:()Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getBitcodeID:()I
         5: .line 481
            aload 2 /* function */
            invokevirtual com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol.getIndex:()I
            iconst_0
            aload 0 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getRuntime:()Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getFile:()Lcom/oracle/truffle/api/TruffleFile;
            invokevirtual com.oracle.truffle.api.TruffleFile.getPath:()Ljava/lang/String;
         6: .line 480
            invokestatic com.oracle.truffle.llvm.runtime.LLVMFunction.create:(Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Function;Lcom/oracle/truffle/llvm/runtime/types/FunctionType;IIZLjava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMScope.register:(Lcom/oracle/truffle/llvm/runtime/LLVMSymbol;)V
        end local 2 // com.oracle.truffle.llvm.parser.model.functions.FunctionSymbol function
         7: .line 478
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 484
            aload 0 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getExternalGlobals:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 16
      StackMap locals:
      StackMap stack:
         9: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable
            astore 2 /* global */
        start local 2 // com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable global
        10: .line 485
            aload 1 /* fileScope */
            aload 2 /* global */
            invokevirtual com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable.getName:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMScope.contains:(Ljava/lang/String;)Z
            ifne 16
        11: .line 486
            aload 1 /* fileScope */
        12: .line 487
            aload 2 /* global */
            invokevirtual com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable.getName:()Ljava/lang/String;
            aload 2 /* global */
            invokevirtual com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable.getType:()Lcom/oracle/truffle/llvm/runtime/types/PointerType;
            aload 2 /* global */
            invokevirtual com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable.getSourceSymbol:()Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;
            aload 2 /* global */
            invokevirtual com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable.isReadOnly:()Z
            aload 2 /* global */
            invokevirtual com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable.getIndex:()I
            aload 0 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getRuntime:()Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getBitcodeID:()I
        13: .line 488
            iconst_0
        14: .line 487
            invokestatic com.oracle.truffle.llvm.runtime.global.LLVMGlobal.create:(Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/types/PointerType;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;ZIIZ)Lcom/oracle/truffle/llvm/runtime/global/LLVMGlobal;
        15: .line 486
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMScope.register:(Lcom/oracle/truffle/llvm/runtime/LLVMSymbol;)V
        end local 2 // com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable global
        16: .line 484
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        17: .line 491
            return
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMScope fileScope
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserResult parserResult
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0  parserResult  Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
            1   18     1     fileScope  Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            3    7     2      function  Lcom/oracle/truffle/llvm/parser/model/functions/FunctionSymbol;
           10   16     2        global  Lcom/oracle/truffle/llvm/parser/model/symbols/globals/GlobalVariable;
    MethodParameters:
              Name  Flags
      parserResult  

  private com.oracle.truffle.api.CallTarget createLibraryCallTarget(java.lang.String, com.oracle.truffle.llvm.parser.LLVMParserResult, com.oracle.truffle.api.source.Source);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/llvm/parser/LLVMParserResult;Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/CallTarget;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // java.lang.String name
        start local 2 // com.oracle.truffle.llvm.parser.LLVMParserResult parserResult
        start local 3 // com.oracle.truffle.api.source.Source source
         0: .line 502
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.getOptions:()Lorg/graalvm/options/OptionValues;
            getstatic com.oracle.truffle.llvm.runtime.options.SulongEngineOption.PARSE_ONLY:Lorg/graalvm/options/OptionKey;
            invokeinterface org.graalvm.options.OptionValues.get:(Lorg/graalvm/options/OptionKey;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 2
         1: .line 503
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic com.oracle.truffle.api.nodes.RootNode.createConstantNode:(Ljava/lang/Object;)Lcom/oracle/truffle/api/nodes/RootNode;
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createCallTarget:(Lcom/oracle/truffle/api/nodes/RootNode;)Lcom/oracle/truffle/api/RootCallTarget;
            areturn
         2: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.getOptions:()Lorg/graalvm/options/OptionValues;
            getstatic com.oracle.truffle.llvm.runtime.options.SulongEngineOption.LAZY_PARSING:Lorg/graalvm/options/OptionKey;
            invokeinterface org.graalvm.options.OptionValues.get:(Lorg/graalvm/options/OptionKey;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            istore 4 /* lazyParsing */
        start local 4 // boolean lazyParsing
         3: .line 507
            aload 1 /* name */
            aload 2 /* parserResult */
            iload 4 /* lazyParsing */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            aload 2 /* parserResult */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserResult.getRuntime:()Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getFile:()Lcom/oracle/truffle/api/TruffleFile;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.isInternalLibraryFile:(Lcom/oracle/truffle/api/TruffleFile;)Z
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.dependencies:Ljava/util/ArrayList;
            aload 3 /* source */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            invokestatic com.oracle.truffle.llvm.initialization.LoadModulesNode.create:(Ljava/lang/String;Lcom/oracle/truffle/llvm/parser/LLVMParserResult;ZZLjava/util/List;Lcom/oracle/truffle/api/source/Source;Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;)Lcom/oracle/truffle/llvm/initialization/LoadModulesNode;
            astore 5 /* loadModules */
        start local 5 // com.oracle.truffle.llvm.initialization.LoadModulesNode loadModules
         4: .line 508
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            aload 5 /* loadModules */
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createCallTarget:(Lcom/oracle/truffle/api/nodes/RootNode;)Lcom/oracle/truffle/api/RootCallTarget;
            areturn
        end local 5 // com.oracle.truffle.llvm.initialization.LoadModulesNode loadModules
        end local 4 // boolean lazyParsing
        end local 3 // com.oracle.truffle.api.source.Source source
        end local 2 // com.oracle.truffle.llvm.parser.LLVMParserResult parserResult
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/oracle/truffle/llvm/ParserDriver;
            0    5     1          name  Ljava/lang/String;
            0    5     2  parserResult  Lcom/oracle/truffle/llvm/parser/LLVMParserResult;
            0    5     3        source  Lcom/oracle/truffle/api/source/Source;
            3    5     4   lazyParsing  Z
            4    5     5   loadModules  Lcom/oracle/truffle/llvm/initialization/LoadModulesNode;
    MethodParameters:
              Name  Flags
      name          
      parserResult  
      source        

  private com.oracle.truffle.api.CallTarget createNativeLibraryCallTarget(com.oracle.truffle.api.TruffleFile);
    descriptor: (Lcom/oracle/truffle/api/TruffleFile;)Lcom/oracle/truffle/api/CallTarget;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.ParserDriver this
        start local 1 // com.oracle.truffle.api.TruffleFile file
         0: .line 518
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.context:Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.getOptions:()Lorg/graalvm/options/OptionValues;
            getstatic com.oracle.truffle.llvm.runtime.options.SulongEngineOption.PARSE_ONLY:Lorg/graalvm/options/OptionKey;
            invokeinterface org.graalvm.options.OptionValues.get:(Lorg/graalvm/options/OptionKey;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 2
         1: .line 519
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic com.oracle.truffle.api.nodes.RootNode.createConstantNode:(Ljava/lang/Object;)Lcom/oracle/truffle/api/nodes/RootNode;
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createCallTarget:(Lcom/oracle/truffle/api/nodes/RootNode;)Lcom/oracle/truffle/api/RootCallTarget;
            areturn
         2: .line 522
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.api.frame.FrameDescriptor
            dup
            invokespecial com.oracle.truffle.api.frame.FrameDescriptor.<init>:()V
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.ParserDriver.language:Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;
            aload 1 /* file */
            invokestatic com.oracle.truffle.llvm.initialization.LoadNativeNode.create:(Lcom/oracle/truffle/api/frame/FrameDescriptor;Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;Lcom/oracle/truffle/api/TruffleFile;)Lcom/oracle/truffle/llvm/initialization/LoadNativeNode;
            astore 2 /* loadNative */
        start local 2 // com.oracle.truffle.llvm.initialization.LoadNativeNode loadNative
         3: .line 523
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            aload 2 /* loadNative */
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createCallTarget:(Lcom/oracle/truffle/api/nodes/RootNode;)Lcom/oracle/truffle/api/RootCallTarget;
            areturn
        end local 2 // com.oracle.truffle.llvm.initialization.LoadNativeNode loadNative
        end local 1 // com.oracle.truffle.api.TruffleFile file
        end local 0 // com.oracle.truffle.llvm.ParserDriver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/truffle/llvm/ParserDriver;
            0    4     1        file  Lcom/oracle/truffle/api/TruffleFile;
            3    4     2  loadNative  Lcom/oracle/truffle/llvm/initialization/LoadNativeNode;
    MethodParameters:
      Name  Flags
      file  

  private static boolean lambda$0(com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference f
         0: .line 358
            aload 0 /* f */
            invokeinterface com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference.getChecksumKind:()Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference$ChecksumKind;
            getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference$ChecksumKind.CSK_None:Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference$ChecksumKind;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     f  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference;

  private static void lambda$1(com.oracle.truffle.llvm.parser.nodes.LLVMSymbolReadResolver, com.oracle.truffle.llvm.runtime.debug.LLVMSourceContext, com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol, com.oracle.truffle.llvm.parser.model.SymbolImpl);
    descriptor: (Lcom/oracle/truffle/llvm/parser/nodes/LLVMSymbolReadResolver;Lcom/oracle/truffle/llvm/runtime/debug/LLVMSourceContext;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=6, args_size=4
        start local 2 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol symbol
        start local 3 // com.oracle.truffle.llvm.parser.model.SymbolImpl irValue
         0: .line 371
            aload 0
            aload 3 /* irValue */
            invokevirtual com.oracle.truffle.llvm.parser.nodes.LLVMSymbolReadResolver.resolve:(Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMExpressionNode;
            astore 4 /* node */
        start local 4 // com.oracle.truffle.llvm.runtime.nodes.api.LLVMExpressionNode node
         1: .line 372
            aload 4 /* node */
            aload 3 /* irValue */
            instanceof com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable
            invokestatic com.oracle.truffle.llvm.runtime.CommonNodeFactory.createDebugStaticValue:(Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMExpressionNode;Z)Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;
            astore 5 /* value */
        start local 5 // com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder value
         2: .line 373
            aload 1
            aload 2 /* symbol */
            aload 5 /* value */
            invokevirtual com.oracle.truffle.llvm.runtime.debug.LLVMSourceContext.registerStatic:(Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;)V
        end local 5 // com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder value
        end local 4 // com.oracle.truffle.llvm.runtime.nodes.api.LLVMExpressionNode node
         3: .line 374
            return
        end local 3 // com.oracle.truffle.llvm.parser.model.SymbolImpl irValue
        end local 2 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol symbol
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     2   symbol  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;
            0    4     3  irValue  Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
            1    3     4     node  Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMExpressionNode;
            2    3     5    value  Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;

  private static void lambda$2(com.oracle.truffle.llvm.parser.nodes.LLVMSymbolReadResolver, com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceStaticMemberType, com.oracle.truffle.llvm.parser.model.SymbolImpl);
    descriptor: (Lcom/oracle/truffle/llvm/parser/nodes/LLVMSymbolReadResolver;Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceStaticMemberType;Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=5, args_size=3
        start local 1 // com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceStaticMemberType type
        start local 2 // com.oracle.truffle.llvm.parser.model.SymbolImpl symbol
         0: .line 377
            aload 0
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.llvm.parser.nodes.LLVMSymbolReadResolver.resolve:(Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;)Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMExpressionNode;
            astore 3 /* node */
        start local 3 // com.oracle.truffle.llvm.runtime.nodes.api.LLVMExpressionNode node
         1: .line 378
            aload 3 /* node */
            aload 2 /* symbol */
            instanceof com.oracle.truffle.llvm.parser.model.symbols.globals.GlobalVariable
            invokestatic com.oracle.truffle.llvm.runtime.CommonNodeFactory.createDebugStaticValue:(Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMExpressionNode;Z)Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;
            astore 4 /* value */
        start local 4 // com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder value
         2: .line 379
            aload 1 /* type */
            aload 4 /* value */
            invokevirtual com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceStaticMemberType.setValue:(Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;)V
        end local 4 // com.oracle.truffle.llvm.runtime.debug.value.LLVMDebugObjectBuilder value
        end local 3 // com.oracle.truffle.llvm.runtime.nodes.api.LLVMExpressionNode node
         3: .line 380
            return
        end local 2 // com.oracle.truffle.llvm.parser.model.SymbolImpl symbol
        end local 1 // com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceStaticMemberType type
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     1    type  Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceStaticMemberType;
            0    4     2  symbol  Lcom/oracle/truffle/llvm/parser/model/SymbolImpl;
            1    3     3    node  Lcom/oracle/truffle/llvm/runtime/nodes/api/LLVMExpressionNode;
            2    3     4   value  Lcom/oracle/truffle/llvm/runtime/debug/value/LLVMDebugObjectBuilder;
}
SourceFile: "ParserDriver.java"
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage
  public SourceBuilder = com.oracle.truffle.api.source.Source$SourceBuilder of com.oracle.truffle.api.source.Source
  public final InternalLibraryLocator = com.oracle.truffle.llvm.runtime.LLVMContext$InternalLibraryLocator of com.oracle.truffle.llvm.runtime.LLVMContext
  public abstract Function = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Function of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
  public final UnresolvedFunction = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$UnresolvedFunction of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
  public final ChecksumKind = com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference$ChecksumKind of com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles