Function llvm_sys::debuginfo::LLVMDIBuilderCreateObjCProperty
source ยท pub unsafe extern "C" fn LLVMDIBuilderCreateObjCProperty(
Builder: LLVMDIBuilderRef,
Name: *const c_char,
NameLen: size_t,
File: LLVMMetadataRef,
LineNo: c_uint,
GetterName: *const c_char,
GetterNameLen: size_t,
SetterName: *const c_char,
SetterNameLen: size_t,
PropertyAttributes: c_uint,
Ty: LLVMMetadataRef,
) -> LLVMMetadataRef
Expand description
Create debugging information entry for Objective-C property.