Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h68 std::optional<StringRef> getAttributeString(unsigned tag) const { in getAttributeString() function
/llvm-project/llvm/unittests/Support/
H A DCSKYAttributeParserTest.cpp103 std::optional<StringRef> Attr = Parser.getAttributeString(ExpectedTag); in testAttributeString()
/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1197 if (auto s = parser.getAttributeString(tag.attr)) { in mergeAttributesSection()
1233 } else if (auto s = parser.getAttributeString(tag.attr)) { in mergeAttributesSection()
/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp381 Attributes.getAttributeString(RISCVAttrs::ARCH); in getRISCVFeatures()