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