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_backendObject



316
317
318
# File 'lib/llvm/target_ffi.rb', line 316

def has_asm_backend()
  LLVM::C.target_has_asm_backend(self)
end

#has_jitObject



308
309
310
# File 'lib/llvm/target_ffi.rb', line 308

def has_jit()
  LLVM::C.target_has_jit(self)
end

#has_target_machineObject



312
313
314
# File 'lib/llvm/target_ffi.rb', line 312

def has_target_machine()
  LLVM::C.target_has_target_machine(self)
end