Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAttributes.cpp115 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute
116 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()
135 assert(isStringAttribute() && in getKindAsString()
142 assert(isStringAttribute() && in getValueAsString()
152 if (!isStringAttribute()) return false; in hasAttribute()
319 if (isStringAttribute()) { in getAsString()
351 if (isStringAttribute()) return false; in hasAttribute()
356 if (!isStringAttribute()) return false; in hasAttribute()
371 assert(isStringAttribute()); in getKindAsString()
376 assert(isStringAttribute()); in getValueAsString()
[all …]
DAttributeImpl.h54 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
DAsmWriter.cpp2537 if (!Attr.isStringAttribute()) { in printFunction()
DVerifier.cpp1224 if (I->isStringAttribute()) in VerifyAttributeTypes()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp115 if (A.isStringAttribute()) { in getShaderType()
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp863 bool HasID = AttrID.isStringAttribute() && in ReplaceWithStatepoint()
872 AttrNumPatchBytes.isStringAttribute() && in ReplaceWithStatepoint()
DRewriteStatepointsForGC.cpp1425 if (AttrID.isStringAttribute()) in makeStatepointExplicitImpl()
1430 if (AttrNumPatchBytes.isStringAttribute()) in makeStatepointExplicitImpl()
/external/llvm/include/llvm/IR/
DAttributes.h109 bool isStringAttribute() const;
/external/llvm/lib/CodeGen/
DStackProtector.cpp94 if (Attr.isStringAttribute() && in runOnFunction()