Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp697 ABIArgInfo classifyArgumentType(QualType RetTy) const;
703 I.info = classifyArgumentType(I.type); in computeInfo()
708 return EmitVAArgInstr(CGF, VAListAddr, Ty, classifyArgumentType(Ty)); in EmitVAArg()
718 ABIArgInfo DefaultABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType() function in __anon6bad40bc0111::DefaultABIInfo
791 ABIArgInfo classifyArgumentType(QualType Ty) const;
800 Arg.info = classifyArgumentType(Arg.type); in computeInfo()
855 ABIArgInfo WebAssemblyABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType() function in __anon6bad40bc0111::WebAssemblyABIInfo
888 return defaultInfo.classifyArgumentType(Ty); in classifyArgumentType()
937 ABIArgInfo classifyArgumentType(QualType RetTy) const;
955 I.info = classifyArgumentType(I.type); in computeInfo()
[all …]
H A DSwiftCallingConv.cpp864 ABIArgInfo swiftcall::classifyArgumentType(CodeGenModule &CGM, in classifyArgumentType() function in swiftcall
875 argInfo.info = classifyArgumentType(CGM, argInfo.type); in computeABIInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h171 ABIArgInfo classifyArgumentType(CodeGenModule &CGM, CanQualType type);