HomeSort by relevance Sort by last modified time
    Searched refs:arrangeLLVMFunctionInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.h 214 const CGFunctionInfo &arrangeLLVMFunctionInfo(CanQualType returnType,
CGCall.cpp 76 return arrangeLLVMFunctionInfo(FTNP->getResultType().getUnqualifiedType(),
85 static const CGFunctionInfo &arrangeLLVMFunctionInfo(CodeGenTypes &CGT,
94 return CGT.arrangeLLVMFunctionInfo(resultType, prefix, extInfo, required);
102 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, FTP->getExtInfo());
123 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, extInfo);
210 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo, required);
231 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo,
251 return arrangeLLVMFunctionInfo(noProto->getResultType(),
298 return arrangeLLVMFunctionInfo(GetReturnType(MD->getResultType()), argTys,
346 return arrangeLLVMFunctionInfo(GetReturnType(resultType), argTypes, info
    [all...]
CGObjCMac.cpp 244 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(IdType, Params,
264 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
290 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
317 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
336 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
349 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
    [all...]

Completed in 58 milliseconds