ΒΆLLVMMetadataRef
LLVMDIBuilderCreateConstantValueExpression(
LLVMDIBuilderRef Builder,
uint64_t Value)
LLVMMetadataRef
LLVMDIBuilderCreateConstantValueExpression(
LLVMDIBuilderRef Builder,
uint64_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:1114
Parameters
- LLVMDIBuilderRef Builder
- The DIBuilder.
- uint64_t Value
- The constant value.