Home
last modified time | relevance | path

Searched refs:matched_module_spec (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1112 if (!matched_module_spec.GetFileSpec()) in Handle_qModuleInfo()
1115 const auto file_offset = matched_module_spec.GetObjectOffset(); in Handle_qModuleInfo()
1116 const auto file_size = matched_module_spec.GetObjectSize(); in Handle_qModuleInfo()
1123 matched_module_spec.GetFileSpec().GetPath()); in Handle_qModuleInfo()
1141 matched_module_spec.GetFileSpec().GetPath().c_str()); in Handle_qModuleInfo()
1179 ModuleSpec matched_module_spec = GetModuleInfo(file, triple); in Handle_jModulesInfo() local
1180 if (!matched_module_spec.GetFileSpec()) in Handle_jModulesInfo()
1184 const auto file_size = matched_module_spec.GetObjectSize(); in Handle_jModulesInfo()
1359 ModuleSpec matched_module_spec; in GetModuleInfo() local
1369 *matched_module_spec.GetFileSpecPtr() = module_path_spec; in GetModuleInfo()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp80 ModuleSpec matched_module_spec; in LocateExecutableObjectFile() local
83 module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) { in LocateExecutableObjectFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp257 ModuleSpec matched_module_spec; in LocateExecutableObjectFile() local
275 module_spec, matched_module_spec)) in LocateExecutableObjectFile()
303 matched_module_spec)) in LocateExecutableObjectFile()
699 ModuleSpec matched_module_spec; in LocateMacOSXFilesUsingDebugSymbols() local
717 module_spec, matched_module_spec)) in LocateMacOSXFilesUsingDebugSymbols()
745 matched_module_spec)) in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp245 ModuleSpec matched_module_spec; in GetModuleSpec() local