Lines Matching full:clobbers
2135 SmallVector<std::string, 4> Clobbers;
2138 Clobbers, MII, IP, Callback))
2142 unsigned NumClobbers = Clobbers.size();
2145 ClobberRefs[i] = StringRef(Clobbers[i]);
2184 /// ':' asm-clobbers
2186 /// [GNU] asm-clobbers:
2188 /// asm-clobbers ',' asm-string-literal
2232 ExprVector Clobbers;
2240 Clobbers, T.getCloseLocation());
2279 // Parse the clobbers, if present.
2284 // Parse the asm-string list for clobbers if present.
2292 Clobbers.push_back(Clobber.release());
2303 AsmString.take(), Clobbers,