Searched refs:getClobberStringLiteral (Results 1 – 8 of 8) sorted by relevance
3243 StringLiteral *getClobberStringLiteral(unsigned i) { return Clobbers[i]; } in getClobberStringLiteral() function3244 const StringLiteral *getClobberStringLiteral(unsigned i) const { in getClobberStringLiteral() function
2357 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getClobberStringLiteral(I));
504 return getClobberStringLiteral(i)->getString(); in getClobber()
328 VisitStringLiteral(S->getClobberStringLiteral(I)); in VisitGCCAsmStmt()
548 VisitStringLiteral(Node->getClobberStringLiteral(i)); in VisitGCCAsmStmt()
6276 if (auto ClobberOrErr = import(S->getClobberStringLiteral(I))) in VisitGCCAsmStmt()
316 Record.AddStmt(S->getClobberStringLiteral(I)); in VisitGCCAsmStmt()
7788 Clobbers.push_back(S->getClobberStringLiteral(I)); in TransformGCCAsmStmt()