Home
last modified time | relevance | path

Searched refs:arrangeLLVMFunctionInfo (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGCall.cpp79 return arrangeLLVMFunctionInfo(FTNP->getResultType().getUnqualifiedType(), in arrangeFreeFunctionType()
86 static const CGFunctionInfo &arrangeLLVMFunctionInfo(CodeGenTypes &CGT, in arrangeLLVMFunctionInfo() function
95 return CGT.arrangeLLVMFunctionInfo(resultType, prefix, extInfo, required); in arrangeLLVMFunctionInfo()
103 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, FTP->getExtInfo()); in arrangeFreeFunctionType()
124 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, extInfo); in arrangeCXXMethodType()
220 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo, required); in arrangeCXXConstructorDeclaration()
244 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo, in arrangeCXXDestructor()
264 return arrangeLLVMFunctionInfo(noProto->getResultType(), None, in arrangeFunctionDeclaration()
309 return arrangeLLVMFunctionInfo(GetReturnType(MD->getResultType()), argTys, in arrangeObjCMessageSendSignature()
386 return arrangeLLVMFunctionInfo(GetReturnType(resultType), argTypes, info, in arrangeFreeFunctionCall()
[all …]
DCodeGenTypes.h221 const CGFunctionInfo &arrangeLLVMFunctionInfo(CanQualType returnType,
DCGObjCMac.cpp245 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(IdType, Params, in getGetPropertyFn()
265 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params, in getSetPropertyFn()
291 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params, in getOptimizedSetPropertyFn()
318 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params, in getCopyStructFn()
337 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params, in getCppAtomicObjectFunction()
350 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params, in getEnumerationMutationFn()