Method LLVMDIBuilderCreateImportedDeclaration
LLVMDIBuilderCreateImportedDeclaration(LLVMDIBuilderRef, LLVMMetadataRef, LLVMMetadataRef, LLVMMetadataRef, UInt32, String, size_t)
TODO: Provide summary for Function LLVMDIBuilderCreateImportedDeclaration
Declaration
public static LLVMMetadataRef LLVMDIBuilderCreateImportedDeclaration(LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef Decl, LLVMMetadataRef File, uint Line, string Name, size_t NameLen)
Parameters
public static LLVMMetadataRef LLVMDIBuilderCreateImportedDeclaration(LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef Decl, LLVMMetadataRef File, uint Line, string Name, size_t NameLen)
LLVMDIBuilderRef | Builder | TODO: Provide details of parameter Builder |
LLVMMetadataRef | Scope | TODO: Provide details of parameter Scope |
LLVMMetadataRef | Decl | TODO: Provide details of parameter Decl |
LLVMMetadataRef | File | TODO: Provide details of parameter File |
UInt32 | Line | TODO: Provide details of parameter Line |
String | Name | TODO: Provide details of parameter Name |
size_t | NameLen | TODO: Provide details of parameter NameLen |
Returns
LLVMMetadataRef | TODO: Document return value |