Home | History | Annotate | Download | only in IR

Lines Matching defs:cc

69 static void PrintCallingConv(unsigned cc, raw_ostream &Out) {
70 switch (cc) {
71 default: Out << "cc" << cc; break;