Return a .debug_info relative reference if the form is a ref form.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFFormValue.h>

std::optional<uint64_t>
getAsDebugInfoReference() const;

Return Value

The .debug_info reference, or std::nullopt if the form is unsuitable.

Created with MrDocs