Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h65 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
102 else if (isTypeAttribute()) in Profile()
H A DTypeFinder.cpp211 if (A.isTypeAttribute()) in incorporateAttributes()
H A DAttributes.cpp360 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute
361 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()
409 assert(isTypeAttribute() && in getValueAsType()
542 if (isTypeAttribute()) { in getAsString()
836 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute() || in getKindAsEnum()
862 assert(isTypeAttribute()); in getValueAsType()
894 assert(!AI.isTypeAttribute() && "Comparison of types would be unstable"); in cmp()
H A DAsmWriter.cpp4976 if (!Attr.isTypeAttribute()) { in writeAttribute()
H A DCore.cpp239 return unwrap(A).isTypeAttribute(); in LLVMIsTypeAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h187 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()
214 LLVM_ABI bool isTypeAttribute() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp135 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
H A DAssumeBundleBuilder.cpp195 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1020 if (Attr.isTypeAttribute()) in EnumerateAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1054 if (Attr.isTypeAttribute()) in EnumerateAttributes()
H A DBitcodeWriter.cpp1035 } else if (Attr.isTypeAttribute()) { in writeAttributeGroupTable()