Method LLVMDIBuilderCreateLexicalBlock
LLVMDIBuilderCreateLexicalBlock(LLVMDIBuilderRef, LLVMMetadataRef, LLVMMetadataRef, UInt32, UInt32)
TODO: Provide summary for Function LLVMDIBuilderCreateLexicalBlock
Declaration
public static LLVMMetadataRef LLVMDIBuilderCreateLexicalBlock(LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef File, uint Line, uint Column)
Parameters
public static LLVMMetadataRef LLVMDIBuilderCreateLexicalBlock(LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef File, uint Line, uint Column)
LLVMDIBuilderRef | Builder | TODO: Provide details of parameter Builder |
LLVMMetadataRef | Scope | TODO: Provide details of parameter Scope |
LLVMMetadataRef | File | TODO: Provide details of parameter File |
UInt32 | Line | TODO: Provide details of parameter Line |
UInt32 | Column | TODO: Provide details of parameter Column |
Returns
LLVMMetadataRef | TODO: Document return value |