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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp211 size_t num_loaded_sections = 0; local
224 ++num_loaded_sections;
228 return num_loaded_sections > 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp361 size_t num_loaded_sections = 0; local
371 ++num_loaded_sections;
375 return num_loaded_sections > 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp654 size_t num_loaded_sections = 0; local
687 ++num_loaded_sections;
690 return num_loaded_sections > 0;

Completed in 215 milliseconds