Searched refs:getClobberStringLiteral (Results 1 – 8 of 8) sorted by relevance
1709 StringLiteral *getClobberStringLiteral(unsigned i) { return Clobbers[i]; } in getClobberStringLiteral() function1710 const StringLiteral *getClobberStringLiteral(unsigned i) const { in getClobberStringLiteral() function
1882 StmtQueue.queue(S->getClobberStringLiteral(I));
1899 TRY_TO(TraverseStmt(S->getClobberStringLiteral(I)));
177 VisitStringLiteral(S->getClobberStringLiteral(I)); in VisitGCCAsmStmt()
430 VisitStringLiteral(Node->getClobberStringLiteral(i)); in VisitGCCAsmStmt()
392 return getClobberStringLiteral(i)->getString(); in getClobber()
253 Writer.AddStmt(S->getClobberStringLiteral(I)); in VisitGCCAsmStmt()
6135 Clobbers.push_back(S->getClobberStringLiteral(I)); in TransformGCCAsmStmt()