Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp232 m_kernel_binaries_without_dsyms(), m_kernel_dsyms_no_binaries(), in PlatformDarwinKernel()
277 (int)m_kernel_binaries_without_dsyms.size()); in GetStatus()
299 for (auto fs : m_kernel_binaries_without_dsyms) { in GetStatus()
513 thisp->m_kernel_binaries_without_dsyms.push_back(file_spec); in GetKernelsAndKextsInDirectoryHelper()
H A DPlatformDarwinKernel.h183 KernelBinaryCollection m_kernel_binaries_without_dsyms; variable