Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/IR/
DAttributes.cpp102 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute
103 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()
122 assert(isStringAttribute() && in getKindAsString()
129 assert(isStringAttribute() && in getValueAsString()
139 if (!isStringAttribute()) return false; in hasAttribute()
264 if (isStringAttribute()) { in getAsString()
296 if (isStringAttribute()) return false; in hasAttribute()
301 if (!isStringAttribute()) return false; in hasAttribute()
316 assert(isStringAttribute()); in getKindAsString()
321 assert(isStringAttribute()); in getValueAsString()
[all …]
DAttributeImpl.h53 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
DAsmWriter.cpp1571 if (!Attr.isStringAttribute()) { in printFunction()
DVerifier.cpp754 if (I->isStringAttribute()) in VerifyAttributeTypes()
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DAMDGPUMachineFunction.cpp20 if (A.isStringAttribute()) { in AMDGPUMachineFunction()
DSITypeRewriter.cpp69 if (A.isStringAttribute()) { in runOnFunction()
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DAttributes.h146 bool isStringAttribute() const;
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DStackProtector.cpp72 if (Attr.isStringAttribute()) in runOnFunction()