Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DELFAttributeParser.h64 Optional<StringRef> getAttributeString(unsigned tag) const { in getAttributeString() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCSKYAttributeParserTest.cpp103 Optional<StringRef> Attr = Parser.getAttributeString(ExpectedTag); in testAttributeString()
/llvm-project-15.0.7/llvm/lib/Object/
H A DELFObjectFile.cpp305 Optional<StringRef> Attr = Attributes.getAttributeString(RISCVAttrs::ARCH); in getRISCVFeatures()