Class: LLVM::BasicBlock

Inherits:
Value show all
Defined in:
ext/llvmruby.c

Instance Method Summary collapse

Methods inherited from Value

get_constant, get_double_constant, get_float_constant, #get_float_constant_value, get_immediate_constant, #get_int_constant_value, get_struct_constant, #immediate, #is_constant, #is_float_constant, #is_int_constant, #is_null, #is_undef, #llvm, #name, #name=, #num_uses, #replace_all_uses_with, #type, #used_in_basic_block?

Instance Method Details

#builderObject



64
# File 'ext/llvmruby.c', line 64

VALUE llvm_basic_block_builder(VALUE);

#get_instruction_listObject



66
# File 'ext/llvmruby.c', line 66

VALUE llvm_basic_block_get_instruction_list(VALUE);

#sizeObject



65
# File 'ext/llvmruby.c', line 65

VALUE llvm_basic_block_size(VALUE);