Home
last modified time | relevance | path

Searched refs:NbArgs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp564 int NbArgs = MCLOHIdToNbArgs(Kind); in emitLOHDirective() local
565 assert(NbArgs != -1 && ((size_t)NbArgs) == Args.size() && "Malformed LOH!"); in emitLOHDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7171 int NbArgs = MCLOHIdToNbArgs(Kind); in parseDirectiveLOH() local
7173 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()