getAttributeString overloads
Declared in <llvm/Support/ELFAttrParserExtended.h>
Unsupported tag-only string lookup; always returns std::nullopt.
virtual
std::optional<StringRef>
getAttributeString(unsigned int Tag) const override;
» more...
Return the string value of Tag in the named subsection, if present.
virtual
std::optional<StringRef>
getAttributeString(
StringRef BuildAttrSubsectionName,
unsigned int Tag) const override;
» more...
std::nullopt.std::nullopt if not found.| Name | Description |
|---|---|
| Tag | Attribute tag number (unused). |
| BuildAttrSubsectionName | Vendor / subsection name to search. |