Function rustc_llvm::ffi::LLVMRustCreateTargetMachine [] [src]

pub unsafe extern fn LLVMRustCreateTargetMachine(Triple: *const c_char,
                                                 CPU: *const c_char,
                                                 Features: *const c_char,
                                                 Model: CodeModel,
                                                 Reloc: RelocMode,
                                                 Level: CodeGenOptLevel,
                                                 UseSoftFP: bool,
                                                 PositionIndependentExecutable: bool,
                                                 FunctionSections: bool,
                                                 DataSections: bool)
                                                 -> TargetMachineRef
🔬 This is a nightly-only experimental API. (rustc_private)