Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModuleSpec.cpp209 m_opaque_up->FindMatchingModuleSpec(*match_spec.m_opaque_up, in FindFirstMatchingSpec()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp240 module_specs.FindMatchingModuleSpec( in LocateMacOSXFilesUsingDebugSymbols()
268 module_specs.FindMatchingModuleSpec(module_spec, in LocateMacOSXFilesUsingDebugSymbols()
H A DLocateSymbolFile.cpp251 module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) { in LocateExecutableObjectFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleSpec.h333 bool FindMatchingModuleSpec(const ModuleSpec &module_spec, in FindMatchingModuleSpec() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp177 if (module_specs.FindMatchingModuleSpec(module_spec, in CreateTargetInternal()
H A DPlatform.cpp250 return module_specs.FindMatchingModuleSpec(ModuleSpec(module_file_spec, arch), in GetModuleSpec()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1337 if (!module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) in GetModuleInfo()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp172 if (!modules_specs.FindMatchingModuleSpec(module_spec, in Module()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp4105 if (symfile_module_specs.FindMatchingModuleSpec(target_arch_module_spec, in AddModuleSymbols()