HomeSort by relevance Sort by last modified time
    Searched refs:isStringAttribute (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/R600/
SIMachineFunctionInfo.cpp 29 if (A.isStringAttribute()) {
  /external/llvm/lib/IR/
Attributes.cpp 101 bool Attribute::isStringAttribute() const {
102 return pImpl && pImpl->isStringAttribute();
118 assert(isStringAttribute() &&
124 assert(isStringAttribute() &&
134 if (!isStringAttribute()) return false;
251 if (isStringAttribute()) {
302 bool AttributeImpl::isStringAttribute() const {
307 if (isStringAttribute()) return false;
312 if (!isStringAttribute()) return false;
340 if (AI.isStringAttribute()) return true
    [all...]
AttributeImpl.h 120 bool isStringAttribute() const;
  /external/llvm/include/llvm/IR/
Attributes.h 140 bool isStringAttribute() const;

Completed in 66 milliseconds