[][src]Function coopted_llvm_sys::LLVMCreateTargetMachine

pub unsafe extern "C" fn LLVMCreateTargetMachine(
    T: LLVMTargetRef,
    Triple: *const c_char,
    CPU: *const c_char,
    Features: *const c_char,
    Level: LLVMCodeGenOptLevel,
    Reloc: LLVMRelocMode,
    CodeModel: LLVMCodeModel
) -> LLVMTargetMachineRef