Searched refs:TypeSig (Results 1 – 2 of 2) sorted by relevance
364 std::vector<unsigned char> &TypeSig) { in ComputeFixedEncoding() argument368 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()371 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()375 case 2: TypeSig.push_back(IIT_STRUCT2); break; in ComputeFixedEncoding()376 case 3: TypeSig.push_back(IIT_STRUCT3); break; in ComputeFixedEncoding()377 case 4: TypeSig.push_back(IIT_STRUCT4); break; in ComputeFixedEncoding()378 case 5: TypeSig.push_back(IIT_STRUCT5); break; in ComputeFixedEncoding()379 case 6: TypeSig.push_back(IIT_STRUCT6); break; in ComputeFixedEncoding()380 case 7: TypeSig.push_back(IIT_STRUCT7); break; in ComputeFixedEncoding()381 case 8: TypeSig.push_back(IIT_STRUCT8); break; in ComputeFixedEncoding()[all …]
336 std::vector<unsigned char> &TypeSig) { in ComputeFixedEncoding() argument340 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()343 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()347 case 2: TypeSig.push_back(IIT_STRUCT2); break; in ComputeFixedEncoding()348 case 3: TypeSig.push_back(IIT_STRUCT3); break; in ComputeFixedEncoding()349 case 4: TypeSig.push_back(IIT_STRUCT4); break; in ComputeFixedEncoding()350 case 5: TypeSig.push_back(IIT_STRUCT5); break; in ComputeFixedEncoding()355 EncodeFixedType(Int.IS.RetTypeDefs[i], ArgCodes, TypeSig); in ComputeFixedEncoding()359 EncodeFixedType(Int.IS.ParamTypeDefs[i], ArgCodes, TypeSig); in ComputeFixedEncoding()374 std::vector<unsigned char> TypeSig; in EmitGenerator() local[all …]