Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp652 FileSpec kernel_dsym = kernel_binary; in KernelHasdSYMSibling() local
655 kernel_dsym.GetFilename() = ConstString(filename); in KernelHasdSYMSibling()
656 return FileSystem::Instance().IsDirectory(kernel_dsym); in KernelHasdSYMSibling()
665 const FileSpec &kernel_dsym) { in KerneldSYMHasNoSiblingBinary() argument
667 std::string possible_path = kernel_dsym.GetPath(); in KerneldSYMHasNoSiblingBinary()
668 if (kernel_dsym.GetFileNameExtension() != g_dsym_suffix) in KerneldSYMHasNoSiblingBinary()
671 FileSpec binary_filespec = kernel_dsym; in KerneldSYMHasNoSiblingBinary()
683 if (GetDWARFBinaryInDSYMBundle(kernel_dsym).size() > 0) in KerneldSYMHasNoSiblingBinary()