ΒΆLLVMMetadataRef LLVMDIBuilderCreateExpression(
LLVMDIBuilderRef Builder,
uint64_t* Addr,
size_t Length)
LLVMMetadataRef LLVMDIBuilderCreateExpression(
LLVMDIBuilderRef Builder,
uint64_t* Addr,
size_t Length)
Description
Create a new descriptor for the specified variable which has a complex address expression for its address.
Declared at: llvm/include/llvm-c/DebugInfo.h:1104
Parameters
- LLVMDIBuilderRef Builder
- The DIBuilder.
- uint64_t* Addr
- An array of complex address operations.
- size_t Length
- Length of the address operation array.