Searched refs:narguments (Results 1 – 3 of 3) sorted by relevance
496 int narguments = 0; in gen_wrapper() local503 narguments++; in gen_wrapper()556 narguments++; in gen_wrapper()597 if(narguments == 0) { in gen_wrapper()
2005 int narguments = 0; in gen_wrapper() local2012 narguments++; in gen_wrapper()2065 narguments++; in gen_wrapper()2106 if(narguments == 0) { in gen_wrapper()
1185 uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n); in PrintLinkOptHints() local1187 outs() << " narguments " << narguments << "\n"; in PrintLinkOptHints()1191 for (uint32_t j = 0; j < narguments; j++) { in PrintLinkOptHints()