Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp269 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute
270 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()
275 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) && in getKindAsEnum()
310 assert(isTypeAttribute() && in getValueAsType()
369 if (isTypeAttribute()) { in getAsString()
532 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute()); in getKindAsEnum()
557 assert(isTypeAttribute()); in getValueAsType()
573 assert(!AI.isTypeAttribute() && "Comparison of types would be unstable"); in operator <()
DAttributeImpl.h60 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
DAsmWriter.cpp4413 if (!Attr.isTypeAttribute()) { in writeAttribute()
DCore.cpp210 return unwrap(A).isTypeAttribute(); in LLVMIsTypeAttribute()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.h137 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()
164 bool isTypeAttribute() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp121 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
DAssumeBundleBuilder.cpp195 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp1050 if (Attr.isTypeAttribute()) in EnumerateAttributes()
DBitcodeWriter.cpp813 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()