Searched defs:MIRFuncType (Results 1 – 2 of 2) sorted by relevance
696 class MIRFuncType; variable1037 MIRFuncType() : MIRType(kTypeFunction, PTY_ptr) {} in MIRFuncType() function1039 explicit MIRFuncType(const GStrIdx &strIdx) : MIRType(kTypeFunction, PTY_ptr, strIdx) {} in MIRFuncType() function1041 …MIRFuncType(const TyIdx &retTyIdx, const std::vector<TyIdx> &vecTy, const std::vector<TypeAttrs> &… in MIRFuncType() function
51 class MIRFuncType; variable