Enum cranelift_codegen::settings::LibcallCallConv [−][src]
pub enum LibcallCallConv {
IsaDefault,
Fast,
Cold,
SystemV,
WindowsFastcall,
AppleAarch64,
BaldrdashSystemV,
BaldrdashWindows,
Baldrdash2020,
Probestack,
}Expand description
Values for shared.libcall_call_conv.
Variants
isa_default.
fast.
cold.
system_v.
windows_fastcall.
apple_aarch64.
baldrdash_system_v.
baldrdash_windows.
baldrdash_2020.
probestack.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LibcallCallConvimpl Send for LibcallCallConvimpl Sync for LibcallCallConvimpl Unpin for LibcallCallConvimpl UnwindSafe for LibcallCallConvBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.