Searched refs:NbArgs (Results 1 – 2 of 2) sorted by relevance
529 int NbArgs = MCLOHIdToNbArgs(Kind); in emitLOHDirective() local530 assert(NbArgs != -1 && ((size_t)NbArgs) == Args.size() && "Malformed LOH!"); in emitLOHDirective()
6231 int NbArgs = MCLOHIdToNbArgs(Kind); in parseDirectiveLOH() local6233 assert(NbArgs != -1 && "Invalid number of arguments"); in parseDirectiveLOH()6236 for (int Idx = 0; Idx < NbArgs; ++Idx) { in parseDirectiveLOH()6242 if (Idx + 1 == NbArgs) in parseDirectiveLOH()