Home
last modified time | relevance | path

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

/external/abi-compliance-checker/modules/Internals/
DCallConv.pm48 sub classifyType($$$$$) subroutine
219 my %SubClasses = classifyType($MTid, $TInfo, $Arch, $System, $Word);
373 my %Classes = classifyType($RTid, $TInfo, $Arch, $System, $Word);
738 my %Classes = classifyType($ParamTypeId, $TInfo, $Arch, $System, $Word);
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp766 static ABIArgInfo classifyType(CodeGenModule &CGM, CanQualType type, in classifyType() function
814 return classifyType(CGM, type, /*forReturn*/ true); in classifyReturnType()
819 return classifyType(CGM, type, /*forReturn*/ false); in classifyArgumentType()
DTargetInfo.cpp6991 ABIArgInfo classifyType(QualType RetTy, unsigned SizeLimit) const;
7105 SparcV9ABIInfo::classifyType(QualType Ty, unsigned SizeLimit) const { in classifyType() function in SparcV9ABIInfo
7154 ABIArgInfo AI = classifyType(Ty, 16 * 8); in EmitVAArg()
7209 FI.getReturnInfo() = classifyType(FI.getReturnType(), 32 * 8); in computeInfo()
7211 I.info = classifyType(I.type, 16 * 8); in computeInfo()