org.qbicc.machine.llvm.debuginfo.DISubrange Maven / Gradle / Ivy
package org.qbicc.machine.llvm.debuginfo;
public interface DISubrange extends MetadataNode {
DISubrange comment(String comment);
}
package org.qbicc.machine.llvm.debuginfo;
public interface DISubrange extends MetadataNode {
DISubrange comment(String comment);
}