Searched refs:getClobberStringLiteral (Results 1 – 8 of 8) sorted by relevance
1656 StringLiteral *getClobberStringLiteral(unsigned i) { return Clobbers[i]; } in getClobberStringLiteral() function1657 const StringLiteral *getClobberStringLiteral(unsigned i) const { in getClobberStringLiteral() function
1978 TRY_TO(TraverseStmt(S->getClobberStringLiteral(I)));
178 VisitStringLiteral(S->getClobberStringLiteral(I)); in VisitGCCAsmStmt()
361 return getClobberStringLiteral(i)->getString(); in getClobber()
437 VisitStringLiteral(Node->getClobberStringLiteral(i)); in VisitGCCAsmStmt()
1893 StmtQueue.queue(S->getClobberStringLiteral(I));
253 Writer.AddStmt(S->getClobberStringLiteral(I)); in VisitGCCAsmStmt()
5731 Clobbers.push_back(S->getClobberStringLiteral(I)); in TransformGCCAsmStmt()