Searched refs:RAA_DirectInMemory (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.h109 RAA_DirectInMemory, enumerator in enum:clang::CodeGen::CGCXXABI::RecordArgABI
H A DTargetInfo.cpp447 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory);
876 } else if (RAA == CGCXXABI::RAA_DirectInMemory) {
1877 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory);
2734 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory);
3053 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory);
3427 CGCXXABI::RAA_DirectInMemory);
4284 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory);
5028 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory);
5264 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory);
5549 return ABIArgInfo::getIndirect(0, RAA == CGCXXABI::RAA_DirectInMemory);
[all...]
H A DCGCall.cpp1947 return RD && ABI.getRecordArgABI(RD) == CGCXXABI::RAA_DirectInMemory;
H A DMicrosoftCXXABI.cpp571 return RAA_DirectInMemory;

Completed in 648 milliseconds