Method LLVMDIBuilderCreateDebugLocation
LLVMDIBuilderCreateDebugLocation(LLVMContextRef, UInt32, UInt32, LLVMMetadataRef, LLVMMetadataRef)
TODO: Provide summary for Function LLVMDIBuilderCreateDebugLocation
Declaration
public static LLVMMetadataRef LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, uint Line, uint Column, LLVMMetadataRef Scope, LLVMMetadataRef InlinedAt)
Parameters
public static LLVMMetadataRef LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, uint Line, uint Column, LLVMMetadataRef Scope, LLVMMetadataRef InlinedAt)
LLVMContextRef | Ctx | TODO: Provide details of parameter Ctx |
UInt32 | Line | TODO: Provide details of parameter Line |
UInt32 | Column | TODO: Provide details of parameter Column |
LLVMMetadataRef | Scope | TODO: Provide details of parameter Scope |
LLVMMetadataRef | InlinedAt | TODO: Provide details of parameter InlinedAt |
Returns
LLVMMetadataRef | TODO: Document return value |