Home
last modified time | relevance | path

Searched refs:isStringAttribute (Results 1 – 8 of 8) 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()
307 if (isStringAttribute()) { in getAsString()
339 if (isStringAttribute()) return false; in hasAttribute()
344 if (!isStringAttribute()) return false; in hasAttribute()
359 assert(isStringAttribute()); in getKindAsString()
364 assert(isStringAttribute()); in getValueAsString()
[all …]
DAttributeImpl.h53 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
DAsmWriter.cpp2449 if (!Attr.isStringAttribute()) { in printFunction()
DVerifier.cpp1241 if (I->isStringAttribute()) in VerifyAttributeTypes()
/external/llvm/lib/Target/R600/
DAMDGPUMachineFunction.cpp20 if (A.isStringAttribute()) { in AMDGPUMachineFunction()
DSITypeRewriter.cpp67 if (A.isStringAttribute()) { in runOnFunction()
/external/llvm/lib/CodeGen/
DStackProtector.cpp94 if (Attr.isStringAttribute() && in runOnFunction()
/external/llvm/include/llvm/IR/
DAttributes.h155 bool isStringAttribute() const;