Module: LLVM::C::TargetWrappers
- Included in:
- Target
- Defined in:
- lib/llvm/target_ffi.rb
Overview
(Not documented)
Instance Method Summary collapse
Instance Method Details
#has_asm_backend ⇒ Object
360 361 362 |
# File 'lib/llvm/target_ffi.rb', line 360 def has_asm_backend() LLVM::C.target_has_asm_backend(self) end |
#has_jit ⇒ Object
352 353 354 |
# File 'lib/llvm/target_ffi.rb', line 352 def has_jit() LLVM::C.target_has_jit(self) end |
#has_target_machine ⇒ Object
356 357 358 |
# File 'lib/llvm/target_ffi.rb', line 356 def has_target_machine() LLVM::C.target_has_target_machine(self) end |