Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBModuleSpec.cpp212 m_opaque_ap->FindMatchingModuleSpec(*match_spec.m_opaque_ap, *sb_module_spec.m_opaque_ap); in FindFirstMatchingSpec()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSymbols.cpp187 module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) in LocateExecutableObjectFile()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleSpec.h546 FindMatchingModuleSpec (const ModuleSpec &module_spec, ModuleSpec &match_module_spec) const in FindMatchingModuleSpec() function
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTargetList.cpp202 if (module_specs.FindMatchingModuleSpec(module_spec, matching_module_spec)) in CreateTargetInternal()
HDPlatform.cpp291 return module_specs.FindMatchingModuleSpec (ModuleSpec (module_file_spec, arch), in GetModuleSpec()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp1195 if (!module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) in Handle_qModuleInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp188 if (modules_specs.FindMatchingModuleSpec(module_spec, matching_module_spec) == 0) in Module()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp4477 … if (symfile_module_specs.FindMatchingModuleSpec(target_arch_module_spec, symfile_module_spec)) in AddModuleSymbols()