Searched refs:getNumCompileUnits (Results 1 – 3 of 3) sorted by relevance
23 for (unsigned i = 0, e = getNumCompileUnits(); i != e; ++i) in dump()34 for (unsigned i = 0, e = getNumCompileUnits(); i != e; ++i) { in dump()
44 unsigned getNumCompileUnits() { in getNumCompileUnits() function
89 const uint32_t num_compile_units = ctx->getNumCompileUnits(); in generate()