Searched refs:isTypeAttribute (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp242 bool Attribute::isTypeAttribute() const { function in class:Attribute
243 return pImpl && pImpl->isTypeAttribute();
248 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) &&
276 assert(isTypeAttribute() &&
577 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute());
597 assert(isTypeAttribute());
610 if (AI.isTypeAttribute()) return true;
613 if (isTypeAttribute()) {
615 if (AI.isTypeAttribute()) {
626 if (AI.isTypeAttribute()) retur
[all...]
H A DAttributeImpl.h60 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } function in class:llvm::AttributeImpl
H A DAsmWriter.cpp4266 if (!Attr.isTypeAttribute()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp121 if (LA.isTypeAttribute() && RA.isTypeAttribute()) {
H A DAssumeBundleBuilder.cpp194 if (Attr.isTypeAttribute() || Attr.isStringAttribute() ||
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h139 bool isTypeAttribute() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp782 assert(Attr.isTypeAttribute());

Completed in 134 milliseconds