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

  /external/llvm/lib/IR/
Attributes.cpp 115 bool Attribute::isStringAttribute() const {
116 return pImpl && pImpl->isStringAttribute();
135 assert(isStringAttribute() &&
142 assert(isStringAttribute() &&
152 if (!isStringAttribute()) return false;
319 if (isStringAttribute()) {
351 if (isStringAttribute()) return false;
356 if (!isStringAttribute()) return false;
371 assert(isStringAttribute());
376 assert(isStringAttribute());
    [all...]
AttributeImpl.h 54 bool isStringAttribute() const { return KindID == StringAttrEntry; }
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 115 if (A.isStringAttribute()) {
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 109 bool isStringAttribute() const;
  /external/llvm/lib/CodeGen/
StackProtector.cpp 94 if (Attr.isStringAttribute() &&

Completed in 967 milliseconds