reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCall.cpp
 2819   switch (RetAI.getKind()) {
 2824     if (RetAI.getInAllocaSRet()) {
 2829           nullptr, ArgStruct, RetAI.getInAllocaFieldIndex());
 2836     if (RetAI.isSRetAfterThis())
 2860     if (RetAI.getCoerceToType() == ConvertType(RetTy) &&
 2861         RetAI.getDirectOffset() == 0) {
 2884       Address V = emitAddressAtOffset(*this, ReturnValue, RetAI);
 2886       RV = CreateCoercedLoad(V, RetAI.getCoerceToType(), *this);
 2921     auto coercionType = RetAI.getCoerceAndExpandType();
 2943       llvm::Type *returnType = RetAI.getUnpaddedCoerceAndExpandType();