Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.h130 static bool KernelHasdSYMSibling(const FileSpec &kernel_filepath);
H A DPlatformDarwinKernel.cpp502 if (KernelHasdSYMSibling(file_spec)) { in GetKernelsAndKextsInDirectoryHelper()
651 bool PlatformDarwinKernel::KernelHasdSYMSibling(const FileSpec &kernel_binary) { in KernelHasdSYMSibling() function in PlatformDarwinKernel