Method LLVMDIBuilderCreateReplaceableCompositeType
LLVMDIBuilderCreateReplaceableCompositeType(LLVMDIBuilderRef, UInt32, String, size_t, LLVMMetadataRef, LLVMMetadataRef, UInt32, UInt32, UInt64, UInt32, LLVMDIFlags, String, size_t)
TODO: Provide summary for Function LLVMDIBuilderCreateReplaceableCompositeType
Declaration
public static LLVMMetadataRef LLVMDIBuilderCreateReplaceableCompositeType(LLVMDIBuilderRef Builder, uint Tag, string Name, size_t NameLen, LLVMMetadataRef Scope, LLVMMetadataRef File, uint Line, uint RuntimeLang, ulong SizeInBits, uint AlignInBits, LLVMDIFlags Flags, string UniqueIdentifier, size_t UniqueIdentifierLen)
Parameters
public static LLVMMetadataRef LLVMDIBuilderCreateReplaceableCompositeType(LLVMDIBuilderRef Builder, uint Tag, string Name, size_t NameLen, LLVMMetadataRef Scope, LLVMMetadataRef File, uint Line, uint RuntimeLang, ulong SizeInBits, uint AlignInBits, LLVMDIFlags Flags, string UniqueIdentifier, size_t UniqueIdentifierLen)
LLVMDIBuilderRef | Builder | TODO: Provide details of parameter Builder |
UInt32 | Tag | TODO: Provide details of parameter Tag |
String | Name | TODO: Provide details of parameter Name |
size_t | NameLen | TODO: Provide details of parameter NameLen |
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 | RuntimeLang | TODO: Provide details of parameter RuntimeLang |
UInt64 | SizeInBits | TODO: Provide details of parameter SizeInBits |
UInt32 | AlignInBits | TODO: Provide details of parameter AlignInBits |
LLVMDIFlags | Flags | TODO: Provide details of parameter Flags |
String | UniqueIdentifier | TODO: Provide details of parameter UniqueIdentifier |
size_t | UniqueIdentifierLen | TODO: Provide details of parameter UniqueIdentifierLen |
Returns
LLVMMetadataRef | TODO: Document return value |