Home | History | Annotate | Download | only in IR

Lines Matching refs:StringRef

57   bool hasAttribute(StringRef Kind) const;
62 StringRef getKindAsString() const;
63 StringRef getValueAsString() const;
81 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) {
134 StringAttributeImpl(StringRef Kind, StringRef Val = StringRef())
137 StringRef getStringKind() const { return Kind; }
138 StringRef getStringValue() const { return Val; }
164 bool hasAttribute(StringRef Kind) const;
168 Attribute getAttribute(StringRef Kind) const;