Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp596 ABIArgInfo classifyArgumentType(QualType RetTy) const;
602 I.info = classifyArgumentType(I.type); in computeInfo()
607 return EmitVAArgInstr(CGF, VAListAddr, Ty, classifyArgumentType(Ty)); in EmitVAArg()
617 ABIArgInfo DefaultABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType() function in __anonbc557ed20111::DefaultABIInfo
665 ABIArgInfo classifyArgumentType(QualType Ty) const;
674 Arg.info = classifyArgumentType(Arg.type); in computeInfo()
688 ABIArgInfo WebAssemblyABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType() function in __anonbc557ed20111::WebAssemblyABIInfo
707 return DefaultABIInfo::classifyArgumentType(Ty); in classifyArgumentType()
750 ABIArgInfo classifyArgumentType(QualType RetTy) const;
768 I.info = classifyArgumentType(I.type); in computeInfo()
[all …]
DSwiftCallingConv.cpp817 ABIArgInfo swiftcall::classifyArgumentType(CodeGenModule &CGM, in classifyArgumentType() function in swiftcall
828 argInfo.info = classifyArgumentType(CGM, argInfo.type); in computeABIInfo()
/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h158 ABIArgInfo classifyArgumentType(CodeGenModule &CGM, CanQualType type);