Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h47 StringAttrEntry, enumerator
60 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute()
166 : AttributeImpl(StringAttrEntry), KindSize(Kind.size()), in AttributeImpl() argument