Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp753 ABIArgInfo classifyArgumentType(QualType RetTy) const;
759 I.info = classifyArgumentType(I.type); in computeInfo()
764 return EmitVAArgInstr(CGF, VAListAddr, Ty, classifyArgumentType(Ty)); in EmitVAArg()
774 ABIArgInfo DefaultABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType() function in __anon0040e4080111::DefaultABIInfo
847 ABIArgInfo classifyArgumentType(QualType Ty) const;
856 Arg.info = classifyArgumentType(Arg.type); in computeInfo()
905 ABIArgInfo WebAssemblyABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType() function in __anon0040e4080111::WebAssemblyABIInfo
938 return defaultInfo.classifyArgumentType(Ty); in classifyArgumentType()
987 ABIArgInfo classifyArgumentType(QualType RetTy) const;
1005 I.info = classifyArgumentType(I.type); in computeInfo()
[all …]
H A DSwiftCallingConv.cpp859 ABIArgInfo swiftcall::classifyArgumentType(CodeGenModule &CGM, in classifyArgumentType() function in swiftcall
870 argInfo.info = classifyArgumentType(CGM, argInfo.type); in computeABIInfo()
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h171 ABIArgInfo classifyArgumentType(CodeGenModule &CGM, CanQualType type);