ΒΆLLVMMetadataRef LLVMDIBuilderCreateExpression(
    LLVMDIBuilderRef Builder,
    int64_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:1082

Parameters

LLVMDIBuilderRef Builder
The DIBuilder.
int64_t* Addr
An array of complex address operations.
size_t Length
Length of the address operation array.