Return the value as an unsigned constant if the form is FC_Constant or FC_Flag (except DW_FORM_sdata).
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFFormValue.h>
std::optional<uint64_t>
getAsUnsignedConstant() const;
Return Value
The unsigned constant, or std::nullopt if the form is unsuitable.
Created with MrDocs