Searched refs:isStringAttribute (Results 1 – 13 of 13) sorted by relevance
190 assert(isStringAttribute() && in getKindAsString()197 assert(isStringAttribute() && in getValueAsString()207 if (!isStringAttribute()) return false; in hasAttribute()411 if (isStringAttribute()) { in getAsString()454 if (isStringAttribute()) return false; in hasAttribute()459 if (!isStringAttribute()) return false; in hasAttribute()474 assert(isStringAttribute()); in getKindAsString()479 assert(isStringAttribute()); in getValueAsString()645 if (!I.isStringAttribute()) { in AttributeSetNode()821 if (!I.isStringAttribute()) in AttributeListImpl()[all …]
75 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()82 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
59 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
3336 if (!Attr.isStringAttribute()) { in printFunction()
1537 if (A.isStringAttribute()) in verifyAttributeTypes()
185 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
147 InstrAttr.isStringAttribute() && in runOnMachineFunction()152 if (Attr.hasAttribute(Attribute::None) || !Attr.isStringAttribute()) in runOnMachineFunction()
91 if (Attr.isStringAttribute() && in runOnFunction()
476 if (A.isStringAttribute()) { in getIntegerAttribute()492 if (!A.isStringAttribute()) in getIntegerPairAttribute()
119 bool isStringAttribute() const;
756 if (Attr.isStringAttribute()) { in constructFunction()
3134 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()
3657 if (Attr.isStringAttribute() && in VarArgAMD64Helper()