Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp651 bool PlatformDarwinKernel::KernelHasdSYMSibling(const FileSpec &kernel_binary) { in KernelHasdSYMSibling() argument
652 FileSpec kernel_dsym = kernel_binary; in KernelHasdSYMSibling()
653 std::string filename = kernel_binary.GetFilename().AsCString(); in KernelHasdSYMSibling()