ΒΆinline Optional<const char*> toString(
    const Optional<llvm::DWARFFormValue>& V)

Description

Take an optional DWARFFormValue and try to extract a string value from it.

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

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 was a string.