Searched refs:TagNameMap (Results 1 – 7 of 7) sorted by relevance
22 using TagNameMap = ArrayRef<TagNameItem>; variable28 StringRef attrTypeAsString(unsigned attr, TagNameMap tagNameMap,30 Optional<unsigned> attrTypeFromString(StringRef tag, TagNameMap tagNameMap);
32 TagNameMap tagToStringMap;49 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()52 ELFAttributeParser(TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser()
25 const TagNameMap &getRISCVAttributeTags();
26 const TagNameMap &getARMAttributeTags();
23 constexpr TagNameMap RISCVAttributeTags{tagData};24 const TagNameMap &llvm::RISCVAttrs::getRISCVAttributeTags() { in getRISCVAttributeTags()
14 StringRef ELFAttrs::attrTypeAsString(unsigned attr, TagNameMap tagNameMap, in attrTypeAsString()25 TagNameMap tagNameMap) { in attrTypeFromString()
66 constexpr TagNameMap ARMAttributeTags{tagData};67 const TagNameMap &llvm::ARMBuildAttrs::getARMAttributeTags() { in getARMAttributeTags()