Skip to main content

vicis/codegen/call_conv/
mod.rs

1#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
2pub enum CallConvKind {
3    SystemV,
4}