Searched refs:getOutputConstraintLiteral (Results 1 – 8 of 8) sorted by relevance
1648 const StringLiteral *getOutputConstraintLiteral(unsigned i) const { in getOutputConstraintLiteral() function1651 StringLiteral *getOutputConstraintLiteral(unsigned i) { in getOutputConstraintLiteral() function
1879 StmtQueue.queue(S->getOutputConstraintLiteral(I));
1896 TRY_TO(TraverseStmt(S->getOutputConstraintLiteral(I)));
168 VisitStringLiteral(S->getOutputConstraintLiteral(I)); in VisitGCCAsmStmt()
398 VisitStringLiteral(Node->getOutputConstraintLiteral(i)); in VisitGCCAsmStmt()
403 return getOutputConstraintLiteral(i)->getString(); in getOutputConstraint()
240 Writer.AddStmt(S->getOutputConstraintLiteral(I)); in VisitGCCAsmStmt()
6099 Constraints.push_back(S->getOutputConstraintLiteral(I)); in TransformGCCAsmStmt()