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

/external/llvm/lib/Target/R600/
H A DAMDGPUMachineFunction.cpp17 if (A.isStringAttribute()) {
/external/llvm/lib/IR/
H A DAttributes.cpp102 bool Attribute::isStringAttribute() const { function in class:Attribute
103 return pImpl && pImpl->isStringAttribute();
122 assert(isStringAttribute() &&
129 assert(isStringAttribute() &&
139 if (!isStringAttribute()) return false;
262 if (isStringAttribute()) {
290 if (isStringAttribute()) return false;
295 if (!isStringAttribute()) return false;
310 assert(isStringAttribute());
315 assert(isStringAttribute());
[all...]
H A DAttributeImpl.h53 bool isStringAttribute() const { return KindID == StringAttrEntry; } function in class:llvm::AttributeImpl
H A DAsmWriter.cpp1572 if (!Attr.isStringAttribute()) {
H A DVerifier.cpp728 if (I->isStringAttribute())
/external/llvm/lib/Target/Mips/
H A DMipsOptimizeMathLibCalls.cpp96 if ((A.isStringAttribute() && (A.getValueAsString() == "true")) ||
/external/llvm/include/llvm/IR/
H A DAttributes.h144 bool isStringAttribute() const;
/external/llvm/lib/CodeGen/
H A DStackProtector.cpp129 if (Attr.isStringAttribute())

Completed in 185 milliseconds