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
IsaDefault
isa_default
.
Fast
fast
.
Cold
cold
.
SystemV
system_v
.
WindowsFastcall
windows_fastcall
.
AppleAarch64
apple_aarch64
.
BaldrdashSystemV
baldrdash_system_v
.
BaldrdashWindows
baldrdash_windows
.
Baldrdash2020
baldrdash_2020
.
Probestack
probestack
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LibcallCallConv
impl Send for LibcallCallConv
impl Sync for LibcallCallConv
impl Unpin for LibcallCallConv
impl UnwindSafe for LibcallCallConv
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.