Searched refs:isStringAttribute (Results 1 – 11 of 11) sorted by relevance
62 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()69 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
153 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute154 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()173 assert(isStringAttribute() && in getKindAsString()180 assert(isStringAttribute() && in getValueAsString()190 if (!isStringAttribute()) return false; in hasAttribute()380 if (isStringAttribute()) { in getAsString()412 if (isStringAttribute()) return false; in hasAttribute()417 if (!isStringAttribute()) return false; in hasAttribute()432 assert(isStringAttribute()); in getKindAsString()437 assert(isStringAttribute()); in getValueAsString()[all …]
57 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function166 if (!I.isStringAttribute()) { in AttributeSetNode()269 if (!I.isStringAttribute()) in AttributeSetImpl()
2607 if (!Attr.isStringAttribute()) { in printFunction()
177 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
1270 if (I->isStringAttribute()) in verifyAttributeTypes()
44 InstrAttr.isStringAttribute() && in runOnMachineFunction()49 if (Attr.hasAttribute(Attribute::None) || !Attr.isStringAttribute()) in runOnMachineFunction()
97 if (Attr.isStringAttribute() && in runOnFunction()
116 if (A.isStringAttribute()) { in getIntegerAttribute()
115 bool isStringAttribute() const;
1032 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()