Searched defs:ConstraintStr (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp414 StringRef ConstraintStr = Info.getConstraintStr(); local
415 unsigned AltCount = ConstraintStr.count(',') + 1;
427 StringRef ConstraintStr = Info.getConstraintStr(); local
428 unsigned AltCount = ConstraintStr.count(',') + 1;
/external/clang/include/clang/Basic/
H A DTargetInfo.h571 std::string ConstraintStr; // constraint: "=rm" member in struct:clang::TargetInfo::ConstraintInfo
574 ConstraintInfo(StringRef ConstraintStr, StringRef Name) argument
575 : Flags(0), TiedOperand(-1), ConstraintStr(ConstraintStr.str()),
580 const std::string &getConstraintStr() const { return ConstraintStr; }
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1654 std::string &ConstraintStr,
1671 ConstraintStr += '*';
1676 ConstraintStr += '*';
1685 std::string &ConstraintStr) {
1703 return EmitAsmInputLValue(Info, Dest, InputExpr->getType(), ConstraintStr,
1652 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue, QualType InputType, std::string &ConstraintStr, SourceLocation Loc) argument
1682 EmitAsmInput( const TargetInfo::ConstraintInfo &Info, const Expr *InputExpr, std::string &ConstraintStr) argument
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1547 const std::string &ConstraintStr = IA->getConstraintString(); local
1548 Record.push_back(ConstraintStr.size());
1549 Record.append(ConstraintStr.begin(), ConstraintStr.end());

Completed in 150 milliseconds