Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Comma

277   const char *Comma = "";
279 OS << Comma << "derived from LLVM BB ";
281 Comma = ", ";
283 if (isLandingPad()) { OS << Comma << "EH LANDING PAD"; Comma = ", "; }
284 if (hasAddressTaken()) { OS << Comma << "ADDRESS TAKEN"; Comma = ", "; }
286 OS << Comma << "Align " << Alignment << " (" << (1u << Alignment)