Method LibLLVMDILocation
LibLLVMDILocation(LLVMContextRef, UInt32, UInt32, LLVMMetadataRef, LLVMMetadataRef)
Creates a new DILocation
Declaration
public static LLVMMetadataRef LibLLVMDILocation(LLVMContextRef context, uint Line, uint Column, LLVMMetadataRef scope, LLVMMetadataRef InlinedAt)
Parameters
public static LLVMMetadataRef LibLLVMDILocation(LLVMContextRef context, uint Line, uint Column, LLVMMetadataRef scope, LLVMMetadataRef InlinedAt)
LLVMContextRef | context | Context to create the location in |
UInt32 | Line | Line number for the location |
UInt32 | Column | Column for the location |
LLVMMetadataRef | scope | Scope containing the location |
LLVMMetadataRef | InlinedAt | Location this location is inlined at (Maybe null) |
Returns
LLVMMetadataRef | Debug location |