Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DAttributeImpl.h45 StringAttrEntry enumerator
59 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute()
143 : AttributeImpl(StringAttrEntry), Kind(Kind), Val(Val) {} in AttributeImpl() argument