LLVM::ABI

abstract class LLVM::ABI

Overview

Based on https://github.com/rust-lang/rust/blob/master/src/librustc_trans/trans/cabi.rs

Direct Known Subclasses

Defined in:

llvm/abi.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.new(target_machine : TargetMachine)Source

Instance Method Detail

abstract def abi_info(atys : Array(Type), rty : Type, ret_def : Bool, context : Context)Source

def align(type : Type, pointer_size)Source

abstract def align(type : Type)Source

def align_offset(offset, type)Source

def osx? : BoolSource

def size(type : Type, pointer_size)Source

abstract def size(type : Type)Source

def target_data : TargetDataSource

def windows? : BoolSource

© 2012–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/LLVM/ABI.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部