module LLVM

Defined in:

llvm.cr
llvm/abi.cr
llvm/enums.cr

Constant Summary

DEBUG_METADATA_VERSION = 3

Class Method Summary

Class Method Detail

def self.default_target_triple : String #

[View source]
def self.host_cpu_name : String #

[View source]
def self.init_aarch64 #

[View source]
def self.init_arm #

[View source]
def self.init_x86 #

[View source]
def self.multithreaded? : Bool #

[View source]
def self.normalize_triple(triple : String) #

[View source]
def self.start_multithreaded : Bool #

[View source]
def self.stop_multithreaded #

[View source]
def self.string_and_dispose(chars) : String #

[View source]
def self.to_io(chars, io) #

[View source]