Function llvm_sys::debuginfo::LLVMDIBuilderCreateLexicalBlock
source · pub unsafe extern "C" fn LLVMDIBuilderCreateLexicalBlock(
Builder: LLVMDIBuilderRef,
Scope: LLVMMetadataRef,
File: LLVMMetadataRef,
Line: c_uint,
Column: c_uint
) -> LLVMMetadataRef
Expand description
Create a descriptor for a lexical block with the specified parent context.