Enum rustc_codegen_llvm::llvm_::ffi::CallConv
source · #[repr(C)]pub enum CallConv {
Show 19 variants
CCallConv = 0,
FastCallConv = 8,
ColdCallConv = 9,
PreserveMost = 14,
PreserveAll = 15,
Tail = 18,
X86StdcallCallConv = 64,
X86FastcallCallConv = 65,
ArmAapcsCallConv = 67,
Msp430Intr = 69,
X86_ThisCall = 70,
PtxKernel = 71,
X86_64_SysV = 78,
X86_64_Win64 = 79,
X86_VectorCall = 80,
X86_Intr = 83,
AvrNonBlockingInterrupt = 84,
AvrInterrupt = 85,
AmdGpuKernel = 91,
}
Expand description
LLVM CallingConv::ID. Should we wrap this?
See https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/IR/CallingConv.h
Variants§
CCallConv = 0
FastCallConv = 8
ColdCallConv = 9
PreserveMost = 14
PreserveAll = 15
Tail = 18
X86StdcallCallConv = 64
X86FastcallCallConv = 65
ArmAapcsCallConv = 67
Msp430Intr = 69
X86_ThisCall = 70
PtxKernel = 71
X86_64_SysV = 78
X86_64_Win64 = 79
X86_VectorCall = 80
X86_Intr = 83
AvrNonBlockingInterrupt = 84
AvrInterrupt = 85
AmdGpuKernel = 91
Trait Implementations§
source§impl PartialEq for CallConv
impl PartialEq for CallConv
impl Copy for CallConv
impl StructuralPartialEq for CallConv
Auto Trait Implementations§
impl RefUnwindSafe for CallConv
impl Send for CallConv
impl Sync for CallConv
impl Unpin for CallConv
impl UnwindSafe for CallConv
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes
Size for each variant:
CCallConv
: 0 bytesFastCallConv
: 0 bytesColdCallConv
: 0 bytesPreserveMost
: 0 bytesPreserveAll
: 0 bytesTail
: 0 bytesX86StdcallCallConv
: 0 bytesX86FastcallCallConv
: 0 bytesArmAapcsCallConv
: 0 bytesMsp430Intr
: 0 bytesX86_ThisCall
: 0 bytesPtxKernel
: 0 bytesX86_64_SysV
: 0 bytesX86_64_Win64
: 0 bytesX86_VectorCall
: 0 bytesX86_Intr
: 0 bytesAvrNonBlockingInterrupt
: 0 bytesAvrInterrupt
: 0 bytesAmdGpuKernel
: 0 bytes