Function llvm_sys::debuginfo::LLVMDIBuilderCreateInheritance

source ยท
pub unsafe extern "C" fn LLVMDIBuilderCreateInheritance(
    Builder: LLVMDIBuilderRef,
    Ty: LLVMMetadataRef,
    BaseTy: LLVMMetadataRef,
    BaseOffset: u64,
    VBPtrOffset: u32,
    Flags: LLVMDIFlags
) -> LLVMMetadataRef
Expand description

Create debugging information entry to establish inheritance relationship between two types.