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 221 const CGFunctionInfo &arrangeLLVMFunctionInfo(CanQualType returnType,
CGCall.cpp 79 return arrangeLLVMFunctionInfo(FTNP->getResultType().getUnqualifiedType(),
86 static const CGFunctionInfo &arrangeLLVMFunctionInfo(CodeGenTypes &CGT,
95 return CGT.arrangeLLVMFunctionInfo(resultType, prefix, extInfo, required);
103 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, FTP->getExtInfo());
124 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, extInfo);
220 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo, required);
244 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo,
264 return arrangeLLVMFunctionInfo(noProto->getResultType(), None,
309 return arrangeLLVMFunctionInfo(GetReturnType(MD->getResultType()), argTys,
386 return arrangeLLVMFunctionInfo(GetReturnType(resultType), argTypes, info
    [all...]
CGObjCMac.cpp 245 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(IdType, Params,
265 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
291 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
318 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
337 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
350 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
    [all...]

Completed in 36 milliseconds