Searched refs:getIndirectResult (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Lanai.cpp | 46 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const; 68 ABIArgInfo LanaiABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() function in LanaiABIInfo 95 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType() 106 return getIndirectResult(Ty, /*ByVal=*/true, State); in classifyArgumentType() 123 return getIndirectResult(Ty, true, State); in classifyArgumentType() 135 return getIndirectResult(Ty, /*ByVal=*/true, State); in classifyArgumentType()
|
| H A D | X86.cpp | 129 ABIArgInfo getIndirectResult(QualType Ty, bool ByVal, CCState &State) const; 596 ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal, in getIndirectResult() function in X86_32ABIInfo 760 return getIndirectResult(Ty, false, State); in classifyArgumentType() 764 ABIArgInfo Res = getIndirectResult(Ty, false, State); in classifyArgumentType() 793 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType() 800 return getIndirectResult(Ty, true, State); in classifyArgumentType() 840 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType() 854 return getIndirectResult(Ty, true, State); in classifyArgumentType() 866 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType() 902 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4085 …ctResultEN5clang8QualTypeE", "(anonymous namespace)::X86_64ABIInfo::getIndirectResult(clang::QualT…
|