Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InstanceMethod

91                                  /*instanceMethod=*/false,
124 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod,
132 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod,
143 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes,
253 return arrangeLLVMFunctionInfo(resultType, /*instanceMethod=*/true,
279 return arrangeLLVMFunctionInfo(ResultType, /*instanceMethod=*/true,
301 noProto->getReturnType(), /*instanceMethod=*/false,
347 GetReturnType(MD->getReturnType()), /*instanceMethod=*/false,
375 return arrangeLLVMFunctionInfo(Context.VoidTy, /*instanceMethod=*/false,
395 return arrangeLLVMFunctionInfo(Context.VoidTy, /*instanceMethod=*/true,
435 /*instanceMethod=*/false, chainCall,
470 GetReturnType(resultType), /*instanceMethod=*/false,
486 GetReturnType(FPT->getReturnType()), /*instanceMethod=*/true,
501 GetReturnType(resultType), /*instanceMethod=*/false,
507 getContext().VoidTy, /*instanceMethod=*/false, /*chainCall=*/false,
516 bool instanceMethod,
528 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, required,
537 FI = CGFunctionInfo::create(CC, instanceMethod, chainCall, info,
566 bool instanceMethod,
578 FI->InstanceMethod = instanceMethod;