LLVMCreateTargetMachine

Function LLVMCreateTargetMachine 

Source
pub unsafe extern "C" fn LLVMCreateTargetMachine(
    T: *mut LLVMTarget,
    Triple: *const i8,
    CPU: *const i8,
    Features: *const i8,
    Level: LLVMCodeGenOptLevel,
    Reloc: LLVMRelocMode,
    CodeModel: LLVMCodeModel,
) -> *mut LLVMOpaqueTargetMachine