Return this value as an address if the form is an address form.
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFFormValue.h>
std::optional<uint64_t>
getAsAddress() const;
Return Value
The address, or std::nullopt if the form is unsuitable.
Created with MrDocs