Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp765 ConstString kext_bundle(platform_file.GetPath().c_str()); in GetSharedModuleKext() local
767 if (m_name_to_kext_path_map_with_dsyms.count(kext_bundle) > 0) { in GetSharedModuleKext()
770 if (it->first == kext_bundle) { in GetSharedModuleKext()