ΒΆinline Optional<uint64_t> toSectionOffset(
const Optional<llvm::DWARFFormValue>& V)
inline Optional<uint64_t> toSectionOffset(
const Optional<llvm::DWARFFormValue>& V)
Description
Take an optional DWARFFormValue and try to extract an section offset.
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h:289
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 section offset form.