Home
last modified time | relevance | path

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

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