Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp4096 CharUnits getParamTypeAlignment(QualType Ty) const;
4121 CharUnits PPC32_SVR4_ABIInfo::getParamTypeAlignment(QualType Ty) const { in getParamTypeAlignment() function in PPC32_SVR4_ABIInfo
4151 TI.second = getParamTypeAlignment(Ty); in EmitVAArg()
4395 CharUnits getParamTypeAlignment(QualType Ty) const;
4506 CharUnits PPC64_SVR4_ABIInfo::getParamTypeAlignment(QualType Ty) const { in getParamTypeAlignment() function in PPC64_SVR4_ABIInfo
4722 uint64_t ABIAlign = getParamTypeAlignment(Ty).getQuantity(); in classifyArgumentType()
4829 TypeInfo.second = getParamTypeAlignment(Ty); in EmitVAArg()