Function rustc_llvm::ffi::LLVMRustDIBuilderCreateFunction [] [src]

pub unsafe extern fn LLVMRustDIBuilderCreateFunction(Builder: DIBuilderRef,
                                                     Scope: DIDescriptor,
                                                     Name: *const c_char,
                                                     LinkageName: *const c_char,
                                                     File: DIFile,
                                                     LineNo: c_uint,
                                                     Ty: DIType,
                                                     isLocalToUnit: bool,
                                                     isDefinition: bool,
                                                     ScopeLine: c_uint,
                                                     Flags: DIFlags,
                                                     isOptimized: bool,
                                                     Fn: ValueRef,
                                                     TParam: DIArray,
                                                     Decl: DIDescriptor)
                                                     -> DISubprogram
🔬 This is a nightly-only experimental API. (rustc_private)