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

  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 67 return CGM->getTypes().arrangeLLVMFunctionInfo(
CodeGenTypes.h 222 const CGFunctionInfo &arrangeLLVMFunctionInfo(CanQualType returnType,
CGCall.cpp 82 return arrangeLLVMFunctionInfo(FTNP->getReturnType().getUnqualifiedType(),
90 static const CGFunctionInfo &arrangeLLVMFunctionInfo(CodeGenTypes &CGT,
100 return CGT.arrangeLLVMFunctionInfo(resultType, IsInstanceMethod, prefix,
109 return arrangeLLVMFunctionInfo(CGT, false, prefix, FTP, FTP->getExtInfo());
118 return arrangeLLVMFunctionInfo(CGT, true, prefix, FTP, extInfo);
243 return arrangeLLVMFunctionInfo(resultType, true, argTypes, extInfo, required);
265 return arrangeLLVMFunctionInfo(ResultType, true, ArgTypes, Info, Required);
288 return arrangeLLVMFunctionInfo(resultType, true, argTypes, extInfo,
308 return arrangeLLVMFunctionInfo(noProto->getReturnType(), false, None,
353 return arrangeLLVMFunctionInfo(GetReturnType(MD->getReturnType()), false
    [all...]
CGObjCMac.cpp 247 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(IdType, false, Params,
267 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false,
294 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false,
322 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false,
342 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false,
356 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false,
    [all...]

Completed in 260 milliseconds