Searched refs:isStringAttribute (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUMachineFunction.cpp17 if (A.isStringAttribute()) {
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp101 bool Attribute::isStringAttribute() const { function in class:Attribute
102 return pImpl && pImpl->isStringAttribute();
118 assert(isStringAttribute() &&
124 assert(isStringAttribute() &&
134 if (!isStringAttribute()) return false;
253 if (isStringAttribute()) {
304 bool AttributeImpl::isStringAttribute() const { function in class:AttributeImpl
309 if (isStringAttribute()) return false;
314 if (!isStringAttribute()) return false;
342 if (AI.isStringAttribute()) retur
[all...]
H A DAttributeImpl.h120 bool isStringAttribute() const;
H A DAsmWriter.cpp1623 if (!Attr.isStringAttribute()) {
H A DVerifier.cpp669 if (I->isStringAttribute())
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h141 bool isStringAttribute() const;

Completed in 167 milliseconds