Struct wasmer_compiler_llvm::LLVM
source · [−]pub struct LLVM { /* private fields */ }
Implementations
Creates a new configuration object with the default configuration specified.
The optimization levels when optimizing the IR.
Callbacks that will triggered in the different compilation phases in LLVM.
Generates the target machine for the current target
Trait Implementations
Emit code suitable for dlopen.
Whether to verify compiler IR.
Pushes a middleware onto the back of the middleware chain.
Enable NaN canonicalization. Read more
Gets the default features for this compiler in the given target
Returns the size of the referenced value in bytes. Read more
Auto Trait Implementations
impl !RefUnwindSafe for LLVM
impl !UnwindSafe for LLVM
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more
pub fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
pub fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer