Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDTargetInfo.cpp2896 class PPC64_SVR4_ABIInfo : public DefaultABIInfo { class
2899 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT) : DefaultABIInfo(CGT) {} in PPC64_SVR4_ABIInfo() function in __anon0c406eb40511::PPC64_SVR4_ABIInfo
2940 : TargetCodeGenInfo(new PPC64_SVR4_ABIInfo(CGT)) {} in PPC64_SVR4_TargetCodeGenInfo()
2969 PPC64_SVR4_ABIInfo::isPromotableTypeForABI(QualType Ty) const { in isPromotableTypeForABI()
2993 PPC64_SVR4_ABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
3009 PPC64_SVR4_ABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
3024 llvm::Value *PPC64_SVR4_ABIInfo::EmitVAArg(llvm::Value *VAListAddr, in EmitVAArg()