Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp206 module_specs.FindMatchingModuleSpec( in LocateMacOSXFilesUsingDebugSymbols()
236 module_specs.FindMatchingModuleSpec(module_spec, in LocateMacOSXFilesUsingDebugSymbols()
H A DLocateSymbolFile.cpp245 module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) { in LocateExecutableObjectFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp222 m_opaque_up->FindMatchingModuleSpec(*match_spec.m_opaque_up, in FindFirstMatchingSpec()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h338 bool FindMatchingModuleSpec(const ModuleSpec &module_spec, in FindMatchingModuleSpec() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp168 if (module_specs.FindMatchingModuleSpec(module_spec, in CreateTargetInternal()
H A DPlatform.cpp270 return module_specs.FindMatchingModuleSpec(ModuleSpec(module_file_spec, arch), in GetModuleSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1274 if (!module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) in GetModuleInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp170 if (!modules_specs.FindMatchingModuleSpec(module_spec, in Module()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4016 if (symfile_module_specs.FindMatchingModuleSpec(target_arch_module_spec, in AddModuleSymbols()