Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAttributeImpl.h44 StringAttrEntry enumerator
54 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute()
135 : AttributeImpl(StringAttrEntry), Kind(Kind), Val(Val) {} in AttributeImpl() argument