Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributeImpl.h46 StringAttrEntry, enumerator
59 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute()
159 : AttributeImpl(StringAttrEntry), KindSize(Kind.size()), in AttributeImpl() argument