Searched refs:TagNameMap (Results 1 – 12 of 12) sorted by relevance
22 using TagNameMap = ArrayRef<TagNameItem>; variable28 StringRef attrTypeAsString(unsigned attr, TagNameMap tagNameMap,30 Optional<unsigned> attrTypeFromString(StringRef tag, TagNameMap tagNameMap);
33 TagNameMap tagToStringMap;50 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()53 ELFAttributeParser(TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
25 const TagNameMap &getRISCVAttributeTags();
26 const TagNameMap &getMSP430AttributeTags();
20 const TagNameMap &getCSKYAttributeTags();
26 const TagNameMap &getARMAttributeTags();
19 constexpr TagNameMap MSP430AttributeTags{TagData};20 const TagNameMap &llvm::MSP430Attrs::getMSP430AttributeTags() { in getMSP430AttributeTags()
23 constexpr TagNameMap RISCVAttributeTags{tagData};24 const TagNameMap &llvm::RISCVAttrs::getRISCVAttributeTags() { in getRISCVAttributeTags()
30 constexpr TagNameMap CSKYAttributeTags{tagData};31 const TagNameMap &llvm::CSKYAttrs::getCSKYAttributeTags() { in getCSKYAttributeTags()
14 StringRef ELFAttrs::attrTypeAsString(unsigned attr, TagNameMap tagNameMap, in attrTypeAsString()25 TagNameMap tagNameMap) { in attrTypeFromString()
70 constexpr TagNameMap ARMAttributeTags{tagData};71 const TagNameMap &llvm::ARMBuildAttrs::getARMAttributeTags() { in getARMAttributeTags()
16 static const TagNameMap emptyTagNameMap;