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

  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.cpp 20 if (A.isStringAttribute()) {
SITypeRewriter.cpp 68 if (A.isStringAttribute()) {
  /external/llvm/lib/IR/
Attributes.cpp 103 bool Attribute::isStringAttribute() const {
104 return pImpl && pImpl->isStringAttribute();
123 assert(isStringAttribute() &&
130 assert(isStringAttribute() &&
140 if (!isStringAttribute()) return false;
271 if (isStringAttribute()) {
303 if (isStringAttribute()) return false;
308 if (!isStringAttribute()) return false;
323 assert(isStringAttribute());
328 assert(isStringAttribute());
    [all...]
AttributeImpl.h 53 bool isStringAttribute() const { return KindID == StringAttrEntry; }
AsmWriter.cpp     [all...]
Verifier.cpp 749 if (I->isStringAttribute())
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 149 bool isStringAttribute() const;
  /external/llvm/lib/CodeGen/
StackProtector.cpp 92 if (Attr.isStringAttribute() &&

Completed in 204 milliseconds