LLVMCreateTargetMachineWithOptions

Function LLVMCreateTargetMachineWithOptions 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMCreateTargetMachineWithOptions(
    T: LLVMTargetRef,
    Triple: *const c_char,
    Options: LLVMTargetMachineOptionsRef,
) -> LLVMTargetMachineRef