Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CC

36 static unsigned ClangCallConvToLLVMCallConv(CallingConv CC) {
37 switch (CC) {
352 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC());
364 FI = CGFunctionInfo::create(CC, info, resultType, argTypes, required);