Searched defs:MIRFuncType (Results 1 – 2 of 2) sorted by relevance
889 class MIRFuncType; variable2333 MIRFuncType() : MIRType(kTypeFunction, PTY_ptr) {} in MIRFuncType() function2335 explicit MIRFuncType(const GStrIdx &strIdx) : MIRType(kTypeFunction, PTY_ptr, strIdx) {} in MIRFuncType() function2337 …MIRFuncType(const TyIdx &retTyIdx, const std::vector<TyIdx> &vecTy, const std::vector<TypeAttrs> &… in MIRFuncType() function
53 class MIRFuncType; variable