ΒΆuint64_t LLVMDITypeGetSizeInBits(
    LLVMMetadataRef DType)
uint64_t LLVMDITypeGetSizeInBits(
    LLVMMetadataRef DType)Description
Get the size of this DIType in bits.
Declared at: llvm/include/llvm-c/DebugInfo.h:1043
Parameters
- LLVMMetadataRef DType
- The DIType.