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

org.qbicc.plugin.llvm.ReferenceStrategy Maven / Gradle / Ivy

package org.qbicc.plugin.llvm;

/**
 * The reference-encoding strategy used by the LLVM plugin.
 */
public enum ReferenceStrategy {
    /**
     * References are pointers.
     */
    POINTER,
    /**
     * References are pointers in address space number 1.
     */
    POINTER_AS1,
    ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy