Searched refs:num_loaded_sections (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp208 size_t num_loaded_sections = 0; local
221 ++num_loaded_sections;
225 return num_loaded_sections > 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp650 size_t num_loaded_sections = 0; local
683 ++num_loaded_sections;
686 return num_loaded_sections > 0;

Completed in 114 milliseconds