Searched refs:getClobberStringLiteral (Results 1 – 8 of 8) sorted by relevance
1729 StringLiteral *getClobberStringLiteral(unsigned i) { return Clobbers[i]; } in getClobberStringLiteral() function1730 const StringLiteral *getClobberStringLiteral(unsigned i) const { in getClobberStringLiteral() function
1993 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getClobberStringLiteral(I));
394 return getClobberStringLiteral(i)->getString(); in getClobber()
179 VisitStringLiteral(S->getClobberStringLiteral(I)); in VisitGCCAsmStmt()
434 VisitStringLiteral(Node->getClobberStringLiteral(i)); in VisitGCCAsmStmt()
4838 Importer.Import(S->getClobberStringLiteral(I))); in VisitGCCAsmStmt()
265 Record.AddStmt(S->getClobberStringLiteral(I)); in VisitGCCAsmStmt()
6571 Clobbers.push_back(S->getClobberStringLiteral(I)); in TransformGCCAsmStmt()