HomeSort by: relevance | last modified time | path
    Searched defs:ConstraintStr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 557 StringRef ConstraintStr = Info.getConstraintStr();
558 unsigned AltCount = ConstraintStr.count(',') + 1;
572 StringRef ConstraintStr = Info.getConstraintStr();
573 unsigned AltCount = ConstraintStr.count(',') + 1;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 1381 std::string AsmStr, ConstraintStr;
1382 raw_string_ostream AsmOS(AsmStr), ConstraintOS(ConstraintStr);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 959 std::string ConstraintStr; // constraint: "=rm"
962 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
963 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()),
969 const std::string &getConstraintStr() const { return ConstraintStr; }
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2459 const std::string &ConstraintStr = IA->getConstraintString();
2460 Record.push_back(ConstraintStr.size());
2461 Record.append(ConstraintStr.begin(), ConstraintStr.end());

Completed in 34 milliseconds