Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp905 const size_t num_shlibs = shlibs.GetSize(); in DoExecute() local
906 if (num_compile_units == 0 && num_shlibs == 0) { in DoExecute()
944 if (num_shlibs > 0) { in DoExecute()
945 for (size_t shlib_idx = 0; shlib_idx < num_shlibs; ++shlib_idx) { in DoExecute()