Searched refs:NbArgs (Results 1 – 2 of 2) sorted by relevance
318 int NbArgs = MCLOHIdToNbArgs(Kind); in EmitLOHDirective() local319 assert(NbArgs != -1 && ((size_t)NbArgs) == Args.size() && "Malformed LOH!"); in EmitLOHDirective()
4094 int NbArgs = MCLOHIdToNbArgs(Kind); in parseDirectiveLOH() local4096 assert(NbArgs != -1 && "Invalid number of arguments"); in parseDirectiveLOH()4099 for (int Idx = 0; Idx < NbArgs; ++Idx) { in parseDirectiveLOH()4105 if (Idx + 1 == NbArgs) in parseDirectiveLOH()