Home
last modified time | relevance | path

Searched refs:TagNameMap (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DELFAttributes.h22 using TagNameMap = ArrayRef<TagNameItem>; variable
28 StringRef attrTypeAsString(unsigned attr, TagNameMap tagNameMap,
30 Optional<unsigned> attrTypeFromString(StringRef tag, TagNameMap tagNameMap);
H A DELFAttributeParser.h33 TagNameMap tagToStringMap;
50 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
53 ELFAttributeParser(TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
H A DRISCVAttributes.h25 const TagNameMap &getRISCVAttributeTags();
H A DMSP430Attributes.h26 const TagNameMap &getMSP430AttributeTags();
H A DCSKYAttributes.h20 const TagNameMap &getCSKYAttributeTags();
H A DARMBuildAttributes.h26 const TagNameMap &getARMAttributeTags();
/llvm-project-15.0.7/llvm/lib/Support/
H A DMSP430Attributes.cpp19 constexpr TagNameMap MSP430AttributeTags{TagData};
20 const TagNameMap &llvm::MSP430Attrs::getMSP430AttributeTags() { in getMSP430AttributeTags()
H A DRISCVAttributes.cpp23 constexpr TagNameMap RISCVAttributeTags{tagData};
24 const TagNameMap &llvm::RISCVAttrs::getRISCVAttributeTags() { in getRISCVAttributeTags()
H A DCSKYAttributes.cpp30 constexpr TagNameMap CSKYAttributeTags{tagData};
31 const TagNameMap &llvm::CSKYAttrs::getCSKYAttributeTags() { in getCSKYAttributeTags()
H A DELFAttributes.cpp14 StringRef ELFAttrs::attrTypeAsString(unsigned attr, TagNameMap tagNameMap, in attrTypeAsString()
25 TagNameMap tagNameMap) { in attrTypeFromString()
H A DARMBuildAttrs.cpp70 constexpr TagNameMap ARMAttributeTags{tagData};
71 const TagNameMap &llvm::ARMBuildAttrs::getARMAttributeTags() { in getARMAttributeTags()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DELFAttributeParserTest.cpp16 static const TagNameMap emptyTagNameMap;