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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp430 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
432 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal = true) const;
676 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal) const { function in class:X86_32ABIInfo
703 return getIndirectResult(Ty, /*ByVal=*/false);
706 return getIndirectResult(Ty);
721 return getIndirectResult(Ty);
921 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
925 /// getIndirectResult - Give a source type \arg Ty, return a suitable result
930 ABIArgInfo getIndirectResult(QualType Ty, unsigned freeIntRegs) const;
1449 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualTyp
[all...]

Completed in 23 milliseconds