Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp143 m_opaque_ap->FindMatchingModuleSpec(*match_spec.m_opaque_ap, in FindFirstMatchingSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp242 module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) { in LocateExecutableObjectFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h357 bool FindMatchingModuleSpec(const ModuleSpec &module_spec, in FindMatchingModuleSpec() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp171 if (module_specs.FindMatchingModuleSpec(module_spec, in CreateTargetInternal()
H A DPlatform.cpp266 return module_specs.FindMatchingModuleSpec(ModuleSpec(module_file_spec, arch), in GetModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1295 if (!module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) in GetModuleInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp165 if (!modules_specs.FindMatchingModuleSpec(module_spec, in Module()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp4164 if (symfile_module_specs.FindMatchingModuleSpec(target_arch_module_spec, in AddModuleSymbols()