Searched defs:X86_32ABIInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp498 /// X86_32ABIInfo - The X86-32 ABI information.
499 class X86_32ABIInfo : public ABIInfo { class in namespace:__anon3629
540 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool d, bool p, bool m, bool w, function in class:__anon3629::X86_32ABIInfo
551 :TargetCodeGenInfo(new X86_32ABIInfo(CGT, d, p, m, w, r)) {}
578 bool X86_32ABIInfo::shouldReturnTypeInRegister(QualType Ty,
639 ABIArgInfo X86_32ABIInfo::classifyReturnType(QualType RetTy,
687 if (X86_32ABIInfo::shouldReturnTypeInRegister(RetTy, getContext(),
748 unsigned X86_32ABIInfo::getTypeStackAlignInBytes(QualType Ty,
769 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal) const {
788 X86_32ABIInfo
[all...]

Completed in 198 milliseconds