Searched defs:retTyIdx (Results 1 – 4 of 4) sorted by relevance
140 …dateFuncTypeAndFormalsAndReturnType(const std::vector<MIRSymbol *> &symbols, const TyIdx &retTyIdx, in UpdateFuncTypeAndFormalsAndReturnType()
263 MIRType *TypeTable::GetOrCreateFunctionType(const TyIdx &retTyIdx, const std::vector<TyIdx> &vecTyp… in GetOrCreateFunctionType()
227 MIRFunction *MIRBuilder::GetOrCreateFunction(const std::string &str, TyIdx retTyIdx) in GetOrCreateFunction()
2337 …MIRFuncType(const TyIdx &retTyIdx, const std::vector<TyIdx> &vecTy, const std::vector<TypeAttrs> &… in MIRFuncType()