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

  /external/clang/include/clang/Basic/
TargetInfo.h 478 std::string ConstraintStr; // constraint: "=rm"
481 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
482 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()),
485 const std::string &getConstraintStr() const { return ConstraintStr; }
  /external/clang/lib/Basic/
TargetInfo.cpp 408 const char *Name = Info.ConstraintStr.c_str();
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]