ΒΆinline Optional<uint64_t> toUnsigned(
    const Optional<llvm::DWARFFormValue>& V)

Description

Take an optional DWARFFormValue and try to extract an unsigned constant.

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h:196

Parameters

const Optional<llvm::DWARFFormValue>& V
and optional DWARFFormValue to attempt to extract the value from.

Returns

an optional value that contains a value if the form value was valid and has a unsigned constant form.