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 17 if (A.isStringAttribute()) {
  /external/llvm/lib/IR/
Attributes.cpp 102 bool Attribute::isStringAttribute() const {
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...]
AttributeImpl.h 53 bool isStringAttribute() const { return KindID == StringAttrEntry; }
AsmWriter.cpp     [all...]
Verifier.cpp 728 if (I->isStringAttribute())
    [all...]
  /external/llvm/lib/Target/Mips/
MipsOptimizeMathLibCalls.cpp 96 if ((A.isStringAttribute() && (A.getValueAsString() == "true")) ||
  /external/llvm/include/llvm/IR/
Attributes.h 144 bool isStringAttribute() const;
  /external/llvm/lib/CodeGen/
StackProtector.cpp 129 if (Attr.isStringAttribute())

Completed in 374 milliseconds