org.qbicc.plugin.llvm.ReferenceStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-plugin-llvm Show documentation
Show all versions of qbicc-plugin-llvm Show documentation
Support for the LLVM backend
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 - 2025 Weber Informatics LLC | Privacy Policy