public final class com.oracle.truffle.llvm.parser.text.LLSourceBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.parser.text.LLSourceBuilder
  super_class: java.lang.Object
{
  private final java.lang.String bcPath;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.oracle.truffle.llvm.parser.text.LLSourceMap cached;
    descriptor: Lcom/oracle/truffle/llvm/parser/text/LLSourceMap;
    flags: (0x0002) ACC_PRIVATE

  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 38
            ldc Lcom/oracle/truffle/llvm/parser/text/LLSourceBuilder;
            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.parser.text.LLSourceBuilder.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.truffle.llvm.parser.text.LLSourceBuilder create(com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/llvm/parser/text/LLSourceBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.source.Source bcSource
         0: .line 41
            aload 0 /* bcSource */
            ifnull 1
            aload 0 /* bcSource */
            invokevirtual com.oracle.truffle.api.source.Source.getPath:()Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: astore 1 /* bcPath */
        start local 1 // java.lang.String bcPath
         3: .line 42
            new com.oracle.truffle.llvm.parser.text.LLSourceBuilder
            dup
            aload 1 /* bcPath */
            invokespecial com.oracle.truffle.llvm.parser.text.LLSourceBuilder.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String bcPath
        end local 0 // com.oracle.truffle.api.source.Source bcSource
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  bcSource  Lcom/oracle/truffle/api/source/Source;
            3    4     1    bcPath  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      bcSource  

  private void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.text.LLSourceBuilder this
        start local 1 // java.lang.String bcPath
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.llvm.parser.text.LLSourceBuilder.cached:Lcom/oracle/truffle/llvm/parser/text/LLSourceMap;
         2: .line 52
            aload 0 /* this */
            aload 1 /* bcPath */
            putfield com.oracle.truffle.llvm.parser.text.LLSourceBuilder.bcPath:Ljava/lang/String;
         3: .line 53
            return
        end local 1 // java.lang.String bcPath
        end local 0 // com.oracle.truffle.llvm.parser.text.LLSourceBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/llvm/parser/text/LLSourceBuilder;
            0    4     1  bcPath  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      bcPath  

  public void applySourceLocations(com.oracle.truffle.llvm.parser.model.functions.FunctionDefinition, com.oracle.truffle.llvm.parser.LLVMParserRuntime, com.oracle.truffle.llvm.runtime.LLVMContext);
    descriptor: (Lcom/oracle/truffle/llvm/parser/model/functions/FunctionDefinition;Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;Lcom/oracle/truffle/llvm/runtime/LLVMContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.oracle.truffle.llvm.parser.text.LLSourceBuilder this
        start local 1 // com.oracle.truffle.llvm.parser.model.functions.FunctionDefinition function
        start local 2 // com.oracle.truffle.llvm.parser.LLVMParserRuntime runtime
        start local 3 // com.oracle.truffle.llvm.runtime.LLVMContext context
         0: .line 59
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.text.LLSourceBuilder.cached:Lcom/oracle/truffle/llvm/parser/text/LLSourceMap;
            ifnonnull 4
         1: .line 60
            aload 3 /* context */
            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.LL_DEBUG_SOURCES:Lorg/graalvm/options/OptionKey;
            invokeinterface org.graalvm.options.OptionValues.get:(Lorg/graalvm/options/OptionKey;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* pathMappings */
        start local 4 // java.lang.String pathMappings
         2: .line 61
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.text.LLSourceBuilder.bcPath:Ljava/lang/String;
            aload 4 /* pathMappings */
            aload 3 /* context */
            aload 2 /* runtime */
            invokevirtual com.oracle.truffle.llvm.parser.LLVMParserRuntime.getSourceFileReferences:()Ljava/util/List;
            invokestatic com.oracle.truffle.llvm.parser.text.LLScanner.findAndScanLLFile:(Ljava/lang/String;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/util/List;)Lcom/oracle/truffle/llvm/parser/text/LLSourceMap;
            putfield com.oracle.truffle.llvm.parser.text.LLSourceBuilder.cached:Lcom/oracle/truffle/llvm/parser/text/LLSourceMap;
         3: .line 62
            getstatic com.oracle.truffle.llvm.parser.text.LLSourceBuilder.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.text.LLSourceBuilder.cached:Lcom/oracle/truffle/llvm/parser/text/LLSourceMap;
            ifnonnull 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 4 // java.lang.String pathMappings
         4: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.text.LLSourceBuilder.cached:Lcom/oracle/truffle/llvm/parser/text/LLSourceMap;
            getstatic com.oracle.truffle.llvm.parser.text.LLScanner.NOT_FOUND:Lcom/oracle/truffle/llvm/parser/text/LLSourceMap;
            if_acmpeq 6
         5: .line 65
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.text.LLSourceBuilder.cached:Lcom/oracle/truffle/llvm/parser/text/LLSourceMap;
            aload 1 /* function */
            aload 2 /* runtime */
            aload 3 /* context */
            invokestatic com.oracle.truffle.llvm.parser.text.LLInstructionMapper.setSourceLocations:(Lcom/oracle/truffle/llvm/parser/text/LLSourceMap;Lcom/oracle/truffle/llvm/parser/model/functions/FunctionDefinition;Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;Lcom/oracle/truffle/llvm/runtime/LLVMContext;)V
         6: .line 67
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.llvm.runtime.LLVMContext context
        end local 2 // com.oracle.truffle.llvm.parser.LLVMParserRuntime runtime
        end local 1 // com.oracle.truffle.llvm.parser.model.functions.FunctionDefinition function
        end local 0 // com.oracle.truffle.llvm.parser.text.LLSourceBuilder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/oracle/truffle/llvm/parser/text/LLSourceBuilder;
            0    7     1      function  Lcom/oracle/truffle/llvm/parser/model/functions/FunctionDefinition;
            0    7     2       runtime  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            0    7     3       context  Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            2    4     4  pathMappings  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      function  
      runtime   
      context   
}
SourceFile: "LLSourceBuilder.java"
InnerClasses:
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage