Function llvm_sys::target_machine::LLVMCreateTargetMachine

source ยท
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