ΒΆLLVMMetadataRef
LLVMDIBuilderCreateConstantValueExpression(
    LLVMDIBuilderRef Builder,
    int64_t Value)
LLVMMetadataRef
LLVMDIBuilderCreateConstantValueExpression(
    LLVMDIBuilderRef Builder,
    int64_t Value)Description
Create a new descriptor for the specified variable that does not have an address, but does have a constant value.
Declared at: llvm/include/llvm-c/DebugInfo.h:1092
Parameters
- LLVMDIBuilderRef Builder
 - The DIBuilder.
 - int64_t Value
 - The constant value.