Searched refs:ConstraintStr (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h411 std::string ConstraintStr; // constraint: "=rm" member in struct:clang::TargetInfo::ConstraintInfo
414 ConstraintInfo(StringRef ConstraintStr, StringRef Name) argument
415 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()),
418 const std::string &getConstraintStr() const { return ConstraintStr; }
/external/clang/lib/Basic/
H A DTargetInfo.cpp401 const char *Name = Info.ConstraintStr.c_str();
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1329 std::string &ConstraintStr) {
1345 ConstraintStr += '*';
1350 ConstraintStr += '*';
1359 std::string &ConstraintStr) {
1366 return EmitAsmInputLValue(S, Info, Dest, InputExpr->getType(), ConstraintStr);
1326 EmitAsmInputLValue(const AsmStmt &S, const TargetInfo::ConstraintInfo &Info, LValue InputValue, QualType InputType, std::string &ConstraintStr) argument
1356 EmitAsmInput(const AsmStmt &S, const TargetInfo::ConstraintInfo &Info, const Expr *InputExpr, std::string &ConstraintStr) argument
H A DCodeGenFunction.h2547 const Expr *InputExpr, std::string &ConstraintStr);
2552 std::string &ConstraintStr);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp788 const std::string &ConstraintStr = IA->getConstraintString(); local
789 Record.push_back(ConstraintStr.size());
790 for (unsigned i = 0, e = ConstraintStr.size(); i != e; ++i)
791 Record.push_back(ConstraintStr[i]);

Completed in 98 milliseconds