Searched refs:NbArgs (Results 1 – 2 of 2) sorted by relevance
564 int NbArgs = MCLOHIdToNbArgs(Kind); in emitLOHDirective() local565 assert(NbArgs != -1 && ((size_t)NbArgs) == Args.size() && "Malformed LOH!"); in emitLOHDirective()
7171 int NbArgs = MCLOHIdToNbArgs(Kind); in parseDirectiveLOH() local7173 assert(NbArgs != -1 && "Invalid number of arguments"); in parseDirectiveLOH()7176 for (int Idx = 0; Idx < NbArgs; ++Idx) { in parseDirectiveLOH()7182 if (Idx + 1 == NbArgs) in parseDirectiveLOH()