Searched refs:NbArgs (Results 1 – 2 of 2) sorted by relevance
321 int NbArgs = MCLOHIdToNbArgs(Kind); in EmitLOHDirective() local322 assert(NbArgs != -1 && ((size_t)NbArgs) == Args.size() && "Malformed LOH!"); in EmitLOHDirective()
4190 int NbArgs = MCLOHIdToNbArgs(Kind); in parseDirectiveLOH() local4192 assert(NbArgs != -1 && "Invalid number of arguments"); in parseDirectiveLOH()4195 for (int Idx = 0; Idx < NbArgs; ++Idx) { in parseDirectiveLOH()4201 if (Idx + 1 == NbArgs) in parseDirectiveLOH()