Searched refs:TagStr (Results 1 – 2 of 2) sorted by relevance
85 StringRef TagStr = TagString(T); in appendTypeTagName() local88 if (!TagStr.starts_with(Prefix) || !TagStr.ends_with(Suffix)) in appendTypeTagName()90 OS << TagStr.substr(Prefix.size(), in appendTypeTagName()91 TagStr.size() - (Prefix.size() + Suffix.size())) in appendTypeTagName()
8062 StringRef TagStr = ""; in parseDirectiveAeabiAArch64Attr() local8067 TagStr = Parser.getTok().getIdentifier(); in parseDirectiveAeabiAArch64Attr()8072 Error(Parser.getTok().getLoc(), "unrecognized Tag: '" + TagStr + in parseDirectiveAeabiAArch64Attr()8078 Tag = AArch64BuildAttributes::getPauthABITagsID(TagStr); in parseDirectiveAeabiAArch64Attr()8081 TagStr + "' for subsection '" + in parseDirectiveAeabiAArch64Attr()8087 Tag = AArch64BuildAttributes::getFeatureAndBitsTagsID(TagStr); in parseDirectiveAeabiAArch64Attr()8090 TagStr + "' for subsection '" + in parseDirectiveAeabiAArch64Attr()8144 "unknown AArch64 build attributes Value for Tag '" + TagStr + in parseDirectiveAeabiAArch64Attr()