Searched refs:SetReturnStruct (Results 1 – 5 of 5) sorted by relevance
175 void MIRFunction::SetReturnStruct() in SetReturnStruct() function in maple::MIRFunction179 void MIRFunction::SetReturnStruct(const MIRType &retType) in SetReturnStruct() function in maple::MIRFunction185 void MIRFunction::SetReturnStruct(const MIRType *retType) in SetReturnStruct() function in maple::MIRFunction
758 … fn->SetReturnStruct(*GlobalTables::GetTypeTable().GetTypeFromTyIdx(funcType->GetRetTyIdx())); in ParseFields()2044 func.SetReturnStruct(*retType); in ParsePrototype()
358 … fn->SetReturnStruct(*GlobalTables::GetTypeTable().GetTypeFromTyIdx(funcType->GetRetTyIdx())); in UpdateMethodSymbols()
471 void SetReturnStruct();472 void SetReturnStruct(const MIRType &retType);493 void SetReturnStruct(const MIRType *retType);
3639 fn.SetReturnStruct(); in LowerDefaultIntrinsicCall()