Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1575 AttrBuilder::kindToTypeIndex(Attribute::AttrKind Kind) const { in kindToTypeIndex() function in AttrBuilder
1590 if (Optional<unsigned> TypeIndex = kindToTypeIndex(Kind)) in addAttribute()
1617 if (Optional<unsigned> TypeIndex = kindToTypeIndex(Val)) in removeAttribute()
1729 Optional<unsigned> TypeIndex = kindToTypeIndex(Kind); in getTypeAttr()
1735 Optional<unsigned> TypeIndex = kindToTypeIndex(Kind); in addTypeAttr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h825 Optional<unsigned> kindToTypeIndex(Attribute::AttrKind Kind) const;