All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qbicc.machine.llvm.debuginfo.DIGlobalVariableExpression Maven / Gradle / Ivy

package org.qbicc.machine.llvm.debuginfo;

import org.qbicc.machine.llvm.LLValue;

/**
 * A debug expression which can be a literal or a declared metadata node.
 */
public interface DIGlobalVariableExpression extends MetadataNode {
    DIGlobalVariableExpression comment(String comment);

    LLValue asValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy