Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp231 m_search_directories_no_recursing(), m_kernel_binaries_with_dsyms(), in PlatformDarwinKernel()
275 (int)m_kernel_binaries_with_dsyms.size()); in GetStatus()
295 for (auto fs : m_kernel_binaries_with_dsyms) { in GetStatus()
507 thisp->m_kernel_binaries_with_dsyms.push_back(file_spec); in GetKernelsAndKextsInDirectoryHelper()
793 for (auto possible_kernel : m_kernel_binaries_with_dsyms) { in GetSharedModuleKernel()
H A DPlatformDarwinKernel.h179 KernelBinaryCollection m_kernel_binaries_with_dsyms; variable