Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.h140 static std::vector<FileSpec> GetDWARFBinaryInDSYMBundle(FileSpec dsym_bundle);
H A DPlatformDarwinKernel.cpp683 if (GetDWARFBinaryInDSYMBundle(kernel_dsym).size() > 0) in KerneldSYMHasNoSiblingBinary()
695 PlatformDarwinKernel::GetDWARFBinaryInDSYMBundle(FileSpec dsym_bundle) { in GetDWARFBinaryInDSYMBundle() function in PlatformDarwinKernel
823 GetDWARFBinaryInDSYMBundle(possible_kernel_dsym); in GetSharedModuleKernel()