Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp791 return ABIArgInfo::getIgnore(); in classifyReturnType()
908 return ABIArgInfo::getIgnore(); in classifyArgumentType()
1038 return ABIArgInfo::getIgnore(); in classifyReturnType()
1521 return ABIArgInfo::getIgnore(); in classifyReturnType()
4296 return ABIArgInfo::getIgnore(); in classify()
4623 return ABIArgInfo::getIgnore(); in classifyReturnType()
5394 return ABIArgInfo::getIgnore(); in classifyReturnType()
5849 return ABIArgInfo::getIgnore(); in classifyReturnType()
5877 return ABIArgInfo::getIgnore(); in classifyReturnType()
6653 return ABIArgInfo::getIgnore(); in classifyArgumentType()
[all …]
H A DSwiftCallingConv.cpp807 return ABIArgInfo::getIgnore(); in classifyExpandedType()
854 return ABIArgInfo::getIgnore(); in classifyType()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h195 static ABIArgInfo getIgnore() { in getIgnore() function