ΒΆLLVMMetadataRef
LLVMDIBuilderCreateMemberPointerType(
LLVMDIBuilderRef Builder,
LLVMMetadataRef PointeeType,
LLVMMetadataRef ClassType,
uint64_t SizeInBits,
uint32_t AlignInBits,
LLVMDIFlags Flags)
LLVMMetadataRef
LLVMDIBuilderCreateMemberPointerType(
LLVMDIBuilderRef Builder,
LLVMMetadataRef PointeeType,
LLVMMetadataRef ClassType,
uint64_t SizeInBits,
uint32_t AlignInBits,
LLVMDIFlags Flags)
Description
Create debugging information entry for a pointer to member.
Declared at: llvm/include/llvm-c/DebugInfo.h:774
Parameters
- LLVMDIBuilderRef Builder
- The DIBuilder.
- LLVMMetadataRef PointeeType
- Type pointed to by this pointer.
- LLVMMetadataRef ClassType
- Type for which this pointer points to members of.
- uint64_t SizeInBits
- Size.
- uint32_t AlignInBits
- Alignment.
- LLVMDIFlags Flags
- Flags.