Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributeImpl.h227 DenseMap<StringRef, Attribute> StringAttrs; variable
H A DAttributes.cpp882 StringAttrs.insert({ I.getKindAsString(), I }); in AttributeSetNode()
930 return StringAttrs.count(Kind); in hasAttribute()
942 std::lower_bound(begin(), end() - StringAttrs.size(), Kind, in findEnumAttribute()
957 return StringAttrs.lookup(Kind); in getAttribute()