class LLVM::Context
- LLVM::Context
- Reference
- Object
Defined in:
savi/ext/llvm/context.crInstance Method Summary
- #const_and(lhs, rhs)
- #const_bit_cast(value : Value, to_type : Type)
- #const_inbounds_gep(type : Type, value : Value, indices : Array(Value))
- #const_lshr(lhs, rhs)
- #const_shl(lhs, rhs)
- #intptr(target_data : TargetData) : Type
-
#parse_bitcode(buf : MemoryBuffer)
(derived from existing parse_ir method)
- #struct_create_named(name : String) : Type