Function llvm_sys::debuginfo::LLVMDIBuilderCreateForwardDecl
source · pub unsafe extern "C" fn LLVMDIBuilderCreateForwardDecl(
Builder: LLVMDIBuilderRef,
Tag: c_uint,
Name: *const c_char,
NameLen: size_t,
Scope: LLVMMetadataRef,
File: LLVMMetadataRef,
Line: c_uint,
RuntimeLang: c_uint,
SizeInBits: u64,
AlignInBits: u32,
UniqueIdentifier: *const c_char,
UniqueIdentifierLen: size_t
) -> LLVMMetadataRef
Expand description
Create a permanent forward-declared type.