LLVM::Module

class LLVM::Module

Defined in:

llvm/module.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.new(unwrap : LibLLVM::ModuleRef, name : String, context : Context)Source

Instance Method Detail

def ==(other : self)Source

def add_named_metadata_operand(name : String, value : Value) : NilSource

def context : ContextSource

def data_layout=(data : TargetData)Source

def dumpSource

def functionsSource

def globalsSource

def name : StringSource

def new_function_pass_managerSource

def print_to_file(filename)Source

def take_ownership(&block)Source

def target=(target)Source

def to_s(io)Source

def to_unsafe : LibLLVM::ModuleRefSource

def verifySource

def write_bitcode_to_fd(fd : Int, should_close = false, buffered = false)Source

def write_bitcode_to_file(filename : String)Source

def write_bitcode_to_memory_bufferSource

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部