Home
last modified time | relevance | path

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

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