Searched refs:narguments (Results 1 – 3 of 3) sorted by relevance
501 int narguments = 0; in gen_wrapper() local508 narguments++; in gen_wrapper()561 narguments++; in gen_wrapper()602 if(narguments == 0) { in gen_wrapper()
1803 int narguments = 0; in gen_wrapper() local1810 narguments++; in gen_wrapper()1863 narguments++; in gen_wrapper()1904 if(narguments == 0) { in gen_wrapper()
1165 uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n); in PrintLinkOptHints() local1167 outs() << " narguments " << narguments << "\n"; in PrintLinkOptHints()1171 for (uint32_t j = 0; j < narguments; j++) { in PrintLinkOptHints()