Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp231 m_kernel_binaries_without_dsyms(), m_kernel_dsyms_no_binaries(), in PlatformDarwinKernel()
273 (int)m_kernel_binaries_without_dsyms.size()); in GetStatus()
295 for (auto fs : m_kernel_binaries_without_dsyms) { in GetStatus()
508 thisp->m_kernel_binaries_without_dsyms.push_back(file_spec); in GetKernelsAndKextsInDirectoryHelper()
H A DPlatformDarwinKernel.h189 KernelBinaryCollection m_kernel_binaries_without_dsyms; variable