Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp599 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const;
946 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() function in X86_32ABIInfo
1035 return getIndirectResult(Ty, false, State); in classifyArgumentType()
1054 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType()
1061 return getIndirectResult(Ty, true, State); in classifyArgumentType()
1065 return getIndirectResult(Ty, true, State); in classifyArgumentType()
1094 return getIndirectResult(Ty, true, State); in classifyArgumentType()
1465 ABIArgInfo getIndirectResult(QualType Ty, unsigned freeIntRegs) const;
2144 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualType Ty, in getIndirectResult() function in X86_64ABIInfo
2641 return getIndirectResult(Ty, freeIntRegs); in classifyArgumentType()
[all …]