Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GAS

1490     if (const GCCAsmStmt *GAS = dyn_cast<GCCAsmStmt>(&S))
1491 Name = GAS->getOutputName(i);
1500 if (const GCCAsmStmt *GAS = dyn_cast<GCCAsmStmt>(&S))
1501 Name = GAS->getInputName(i);