Return the string‐table offset if the form is a string pointer form.
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFFormValue.h>
std::optional<uint64_t>
getAsCStringOffset() const;
Return Value
The string‐table offset, or std::nullopt if the form is unsuitable.
Created with MrDocs