Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InstanceMethod

110                                  /*instanceMethod=*/false,
178 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod,
187 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod,
198 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes,
353 return arrangeLLVMFunctionInfo(resultType, /*instanceMethod=*/true,
429 return arrangeLLVMFunctionInfo(ResultType, /*instanceMethod=*/true,
451 noProto->getReturnType(), /*instanceMethod=*/false,
500 GetReturnType(MD->getReturnType()), /*instanceMethod=*/false,
511 GetReturnType(returnType), /*instanceMethod=*/false,
537 return arrangeLLVMFunctionInfo(Context.VoidTy, /*instanceMethod=*/false,
557 return arrangeLLVMFunctionInfo(Context.VoidTy, /*instanceMethod=*/true,
604 /*instanceMethod=*/false, chainCall,
637 /*instanceMethod*/ false, /*chainCall*/ false,
650 GetReturnType(resultType), /*instanceMethod=*/false,
661 GetReturnType(resultType), /*instanceMethod=*/false, /*chainCall=*/false,
669 resultType, /*instanceMethod=*/false, /*chainCall=*/false,
694 GetReturnType(proto->getReturnType()), /*instanceMethod=*/true,
700 getContext().VoidTy, /*instanceMethod=*/false, /*chainCall=*/false,
741 bool instanceMethod,
752 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, paramInfos,
763 FI = CGFunctionInfo::create(CC, instanceMethod, chainCall, info,
800 bool instanceMethod,
819 FI->InstanceMethod = instanceMethod;