ΒΆconst char* LLVMDITypeGetName(
LLVMMetadataRef DType,
size_t* Length)
const char* LLVMDITypeGetName(
LLVMMetadataRef DType,
size_t* Length)
Description
Get the name of this DIType.
Declared at: llvm/include/llvm-c/DebugInfo.h:1013
Parameters
- LLVMMetadataRef DType
- The DIType.
- size_t* Length
- The length of the returned string.