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