Home
last modified time | relevance | path

Searched refs:getAttributeString (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttrParserCompact.h77 std::optional<StringRef> getAttributeString(unsigned tag) const override { in getAttributeString() function
84 getAttributeString(StringRef buildAttributeSubsectionName, in getAttributeString() function
88 return getAttributeString(tag); in getAttributeString()
H A DELFAttributeParser.h33 getAttributeString(StringRef BuildAttrSubsectionName, unsigned Tag) const { in getAttributeString() function
36 virtual std::optional<StringRef> getAttributeString(unsigned Tag) const { in getAttributeString() function
H A DELFAttrParserExtended.h45 std::optional<StringRef> getAttributeString(unsigned Tag) const override;
46 std::optional<StringRef> getAttributeString(StringRef BuildAttrSubsectionName,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp45 ELFExtendedAttrParser::getAttributeString(unsigned Tag) const { in getAttributeString() function in ELFExtendedAttrParser
53 ELFExtendedAttrParser::getAttributeString(StringRef BuildAttrSubsectionName, in getAttributeString() function in ELFExtendedAttrParser
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1242 if (auto s = parser.getAttributeString(tag.attr)) { in mergeAttributesSection()
1278 } else if (auto s = parser.getAttributeString(tag.attr)) { in mergeAttributesSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp381 Attributes.getAttributeString(RISCVAttrs::ARCH); in getRISCVFeatures()