Searched refs:NbArgs (Results 1 – 2 of 2) sorted by relevance
322 int NbArgs = MCLOHIdToNbArgs(Kind); in EmitLOHDirective() local323 assert(NbArgs != -1 && ((size_t)NbArgs) == Args.size() && "Malformed LOH!"); in EmitLOHDirective()
4333 int NbArgs = MCLOHIdToNbArgs(Kind); in parseDirectiveLOH() local4335 assert(NbArgs != -1 && "Invalid number of arguments"); in parseDirectiveLOH()4338 for (int Idx = 0; Idx < NbArgs; ++Idx) { in parseDirectiveLOH()4344 if (Idx + 1 == NbArgs) in parseDirectiveLOH()