Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp769 ConstString kext_bundle(platform_file.GetPath().c_str()); in GetSharedModuleKext() local
771 if (m_name_to_kext_path_map_with_dsyms.count(kext_bundle) > 0) { in GetSharedModuleKext()
774 if (it->first == kext_bundle) { in GetSharedModuleKext()
795 if (m_name_to_kext_path_map_without_dsyms.count(kext_bundle) > 0) { in GetSharedModuleKext()
799 if (it->first == kext_bundle) { in GetSharedModuleKext()