struct LLVM::Target
Superclass hierarchy
Object
Value
Struct
LLVM::Target
Defined in:
Class Method Summary
.each
(&block)
.first
.from_triple
(triple)
.new
(unwrap)
Instance Method Summary
#create_target_machine
(triple, cpu = "", features = "", opt_level = LLVM::CodeGenOptLevel::Default, reloc = LLVM::RelocMode::PIC, code_model = LLVM::CodeModel::Default)
#description
#name
#to_s
(io)
#to_unsafe
Class Method Detail
def self.
each
(&block)
def self.
first
def self.
from_triple
(triple)
def self.
new
(unwrap)
Instance Method Detail
def
create_target_machine
(triple, cpu =
""
, features =
""
, opt_level =
LLVM
::
CodeGenOptLevel
::
Default
, reloc =
LLVM
::
RelocMode
::
PIC
, code_model =
LLVM
::
CodeModel
::
Default
)
def
description
def
name
def
to_s
(io)
def
to_unsafe