struct LLVM::Module
Superclass hierarchy
Object
Value
Struct
LLVM::Module
Defined in:
Class Method Summary
.new
(name)
Instance Method Summary
#data_layout=
(data)
#dump
#functions
#globals
#inspect
(io)
#new_function_pass_manager
#print_to_file
(filename)
#target=
(target)
#to_unsafe
#unwrap
#verify
#write_bitcode
(filename : String)
Class Method Detail
def self.
new
(name)
Instance Method Detail
def
data_layout=
(data)
def
dump
def
functions
def
globals
def
inspect
(io)
def
new_function_pass_manager
def
print_to_file
(filename)
def
target=
(target)
def
to_unsafe
def
unwrap
def
verify
def
write_bitcode
(filename :
String
)